remove public/dev.html in favor of index.html

This commit is contained in:
Baptiste Grob
2020-03-12 19:02:32 +01:00
parent dd0dd1579d
commit f76413b2be
3 changed files with 7 additions and 36 deletions

View File

@@ -7,7 +7,7 @@
"url": "https://github.com/standardnotes/web"
},
"scripts": {
"start": "webpack-dev-server",
"start": "webpack-dev-server --progress",
"bundle": "webpack --mode production",
"build": "bundle install && npm install && npm run bundle",
"submodules": "git submodule update --init --force --remote",