Skip to content

Commit

Permalink
html: fix yarn run start
Browse files Browse the repository at this point in the history
  • Loading branch information
tsl0922 committed Dec 30, 2020
1 parent 9ece7cf commit bc1cf06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/package.json
Expand Up @@ -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"
Expand Down

0 comments on commit bc1cf06

Please sign in to comment.