fix script typo

This commit is contained in:
b1ek 2023-03-23 10:10:06 +10:00
parent ef960d6f6f
commit bbc7c4bc32
Signed by: blek
GPG Key ID: 14546221E3595D0C
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
"xterm-js-shell": "^1.1.3" "xterm-js-shell": "^1.1.3"
}, },
"scripts": { "scripts": {
"prestart": "rm -f parcelrc", "prestart": "rm -f .parcelrc",
"start": "parcel", "start": "parcel",
"build": "./build.py" "build": "./build.py"
} }