Fixed package.json
This commit is contained in:
parent
3176511fc2
commit
5d93c84ede
@ -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"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user