Skip to content

Commit

Permalink
GUI build script: also parse stub examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Duco committed Sep 29, 2019
1 parent 94d624f commit 2e28bd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/package.json
Expand Up @@ -4,7 +4,7 @@
"private": true, "private": true,
"scripts": { "scripts": {
"serve": "vue-cli-service serve", "serve": "vue-cli-service serve",
"build": "vue-cli-service build", "build": "node stub_examples/parse.js && vue-cli-service build",
"lint": "vue-cli-service lint", "lint": "vue-cli-service lint",
"start": "vue-cli-service serve" "start": "vue-cli-service serve"
}, },
Expand Down

0 comments on commit 2e28bd4

Please sign in to comment.