Fixed package.json

This commit is contained in:
MaxOvs 2022-12-21 21:33:39 +03:00
parent 3176511fc2
commit 5d93c84ede

View File

@ -5,7 +5,7 @@
"author": "MaxOvs19", "author": "MaxOvs19",
"scripts": { "scripts": {
"start": "parcel src/page/index.html -p 4500 --open ", "start": "parcel src/page/index.html -p 4500 --open ",
"build": "parcel build ./src/page/index.html --public-url", "build": "parcel build ./src/page/index.html",
"deploy": "gh-pages -d dist", "deploy": "gh-pages -d dist",
"predeploy": "npm run build" "predeploy": "npm run build"
}, },