Old deploy script removed
This commit is contained in:
parent
52ecc84081
commit
3a196a36e7
1 changed files with 1 additions and 2 deletions
|
@ -3,8 +3,7 @@
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "npm run vendor && make build",
|
"build": "npm run vendor && make build",
|
||||||
"vendor": "mkdir -p build && cp ./node_modules/toast-grid/css/grid.css ./build",
|
"vendor": "mkdir -p build && cp ./node_modules/toast-grid/css/grid.css ./build"
|
||||||
"deploy": "aws s3 sync ./build s3://www.joewroten.com"
|
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"handlebars": "^4.0.5",
|
"handlebars": "^4.0.5",
|
||||||
|
|
Loading…
Add table
Reference in a new issue