auto commit 11/03/2019 Sun

master
Mashiro 5 years ago
parent add18b5c40
commit 441f977555
  1. 0
      docs/index.html
  2. 4
      package.json

@ -39,9 +39,9 @@
}, },
"scripts": { "scripts": {
"test_dafault": "echo \"Error: no test specified\" && exit 1", "test_dafault": "echo \"Error: no test specified\" && exit 1",
"test": "cpx dist/*.{js,css} release/dist && cpx *.html release", "test": "cpx dist/*.{js,css} docs/dist && cpx *.html docs",
"start": "webpack-dev-server", "start": "webpack-dev-server",
"release": "webpack", "release": "cpx dist/*.{js,css} docs/dist && cpx *.html docs",
"build": "webpack", "build": "webpack",
"clean": "rm dist/*" "clean": "rm dist/*"
}, },

Loading…
Cancel
Save