Browse Source

package publish

dependabot/npm_and_yarn/webpack-bundle-analyzer-3.6.0
Alexey Velikiy 7 years ago
parent
commit
c80f015cc8
  1. 3
      package.json

3
package.json

@ -6,7 +6,8 @@
"private": true,
"scripts": {
"dev": "node build/dev-server.js",
"build": "node build/build.js"
"build": "node build/build.js",
"publish": "npm run build && git checkout gh-pages && mv dist/static . && mv dist/index.html . && git add . && git push"
},
"dependencies": {
"d3": "^4.6.0",

Loading…
Cancel
Save