mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-04 18:53:26 +08:00
updated port
This commit is contained in:
parent
634081c7ca
commit
01f083e87d
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
"license": "GPL-3.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"live": "npm run build-live && cd public && npx serve -p 5000",
|
||||
"live": "npm run build-live && cd public && npx serve -p 3000",
|
||||
"audit": "npx webpack --config ./webpack/config.audit.js",
|
||||
"dep-graph": "madge -c -i \"dep-graph.png\" ./src/ts",
|
||||
"build": "npx gulp build",
|
||||
|
|
Loading…
Reference in a new issue