Create deploy script
This commit is contained in:
parent
0b74a918d6
commit
8b50adcd60
2 changed files with 17 additions and 1 deletions
|
|
@ -7,7 +7,8 @@
|
|||
"license": "MIT",
|
||||
"scripts": {
|
||||
"dev": "parcel index.html",
|
||||
"build": "parcel build index.html"
|
||||
"build": "parcel build index.html",
|
||||
"deploy": "./deploy.sh"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/p5": "^1.3.0",
|
||||
|
|
|
|||
Reference in a new issue