html: fix yarn run start

This commit is contained in:
Shuanglei Tao
2020-12-30 21:33:48 +08:00
parent 9ece7cf73f
commit bc1cf06260

View File

@@ -11,7 +11,7 @@
"license": "MIT",
"scripts": {
"prestart": "gulp clean",
"start": "webpack-dev-server",
"start": "webpack serve",
"build": "NODE_ENV=production webpack && gulp",
"check": "gts check",
"fix": "gts fix"