Skip to content

Commit

Permalink
Build commands
Browse files Browse the repository at this point in the history
  • Loading branch information
octref committed Aug 9, 2019
1 parent 08e4d03 commit c1ac185
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"publisher": "octref",
"scripts": {
"build:grammar": "tsc -p . && node dist/scripts/build_grammar",
"compile": "tsc -b .",
"compile": "run-s compile:source copy:snippets",
"compile:source": "tsc -b .",
"watch": "run-s compile copy:snippets watch:build",
"watch:build": "tsc -b -w .",
"copy:snippets": "cp -r server/src/modes/vue/veturSnippets server/dist/modes/vue/veturSnippets",
Expand All @@ -20,7 +21,7 @@
"test:int": "node ./dist/test/codeTestRunner.js interpolation",
"test": "run-s compile test:server test:e2e",
"docs": "bash ./build/update-docs.sh",
"prepare-publish": "yarn compile -f && ./build/release-cleanup.sh"
"prepare-publish": "./build/release-cleanup.sh"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit c1ac185

Please sign in to comment.