Skip to content

Commit

Permalink
AVoid duplication of script
Browse files Browse the repository at this point in the history
  • Loading branch information
voxpelli committed Feb 5, 2024
1 parent 4abf22f commit 2a08ec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"scripts": {
"test": "xo && ava",
"prepublishOnly": "node scripts/generate-types.mjs > index.d.ts",
"prepublishOnly": "npm run --silent update-types",
"update-builtin-globals": "node scripts/get-builtin-globals.mjs",
"update-types": "node scripts/generate-types.mjs > index.d.ts"
},
Expand Down

0 comments on commit 2a08ec9

Please sign in to comment.