mirror of
https://github.com/tsl0922/ttyd.git
synced 2025-12-25 05:04:19 +01:00
html: fix yarn run start
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user