Skip to content

Commit 2fb379b

Browse files
committed
[ change ] Rename npm script prepublish to dry-run-publish to avoid npm ci from triggering it
1 parent af81da1 commit 2fb379b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"dev-web": "node run-web-extension.js",
2121
"test": "node lib/js/test/RunTestFromCLI.bs.js",
2222
"build": "npx rescript && npx lessc style/style.less dist/style.css && webpack --mode production && webpack --mode production --env target=web",
23-
"prepublish": "npm run build && npm list --production --parseable --depth=99999 --loglevel=error"
23+
"dry-run-publish": "npm run build && npm list --production --parseable --depth=99999 --loglevel=error"
2424
},
2525
"devDependencies": {
2626
"@vscode/test-electron": "^2.3.8",

0 commit comments

Comments
 (0)