Skip to content

Commit

Permalink
Let npm build the package when installed from source / github master (#…
Browse files Browse the repository at this point in the history
…970)

* Let's npm build the package on installation from source

* Update package.json
  • Loading branch information
k8n authored and shentao committed Apr 27, 2019
1 parent a12b8b8 commit 82102ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"dev": "node build/dev-server.js",
"bundle:dist": "rm -rf dist && webpack --config build/webpack.bundle.conf.js",
"bundle": "node build/bundle.js",
"prepare": "npm run bundle:dist",
"docs": "rm -rf docs && mkdir docs && node build/build.js",
"unit": "vue-cli-service test:unit --watch",
"finish": "npm run lint && npm test && npm run bundle"
Expand Down

0 comments on commit 82102ac

Please sign in to comment.