Skip to content

Commit c1ac185

Browse files
committed
Build commands
1 parent 08e4d03 commit c1ac185

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"publisher": "octref",
99
"scripts": {
1010
"build:grammar": "tsc -p . && node dist/scripts/build_grammar",
11-
"compile": "tsc -b .",
11+
"compile": "run-s compile:source copy:snippets",
12+
"compile:source": "tsc -b .",
1213
"watch": "run-s compile copy:snippets watch:build",
1314
"watch:build": "tsc -b -w .",
1415
"copy:snippets": "cp -r server/src/modes/vue/veturSnippets server/dist/modes/vue/veturSnippets",
@@ -20,7 +21,7 @@
2021
"test:int": "node ./dist/test/codeTestRunner.js interpolation",
2122
"test": "run-s compile test:server test:e2e",
2223
"docs": "bash ./build/update-docs.sh",
23-
"prepare-publish": "yarn compile -f && ./build/release-cleanup.sh"
24+
"prepare-publish": "./build/release-cleanup.sh"
2425
},
2526
"husky": {
2627
"hooks": {

0 commit comments

Comments
 (0)