Fixed packege.json
This commit is contained in:
parent
e354b0f743
commit
f471b7e15f
@ -2,11 +2,9 @@
|
||||
"name": "example-cg-select-page",
|
||||
"version": "0.2.5",
|
||||
"description": "This is a test page to demonstrate the capabilities of the select",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"start": "parcel index.html -p 4500 --open",
|
||||
"build": "parcel build index.html",
|
||||
"start": "parcel ./index.html -p 4500 --open",
|
||||
"build": "parcel build ./index.html",
|
||||
"deploy": "gh-pages -d dist",
|
||||
"predeploy": "npm run build"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user