Skip to content

Commit 3b374a0

Browse files
committed
changed vscode:prepublish script to npm run prod
1 parent 109b1ff commit 3b374a0

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
@@ -71,7 +71,7 @@
7171
]
7272
},
7373
"scripts": {
74-
"vscode:prepublish": "prod",
74+
"vscode:prepublish": "npm run prod",
7575
"lint": "eslint .",
7676
"pretest": "npm run lint",
7777
"test": "npx tsc ; node ./build/src/test/runTest.js",

0 commit comments

Comments
 (0)