chore: fix local development

This commit is contained in:
Shawn Erquhart
2019-03-22 18:18:30 -04:00
parent 7378e18b29
commit 00a176b34a
8 changed files with 9 additions and 9 deletions

View File

@ -7,7 +7,6 @@
"bugs": "https://github.com/netlify/netlify-cms/issues",
"main": "dist/netlify-cms.js",
"scripts": {
"watch": "webpack -w",
"build": "cross-env NODE_ENV=production webpack",
"build-preview": "cross-env NODE_ENV=production webpack-dev-server --open",
"develop": "webpack-dev-server --hot"