Setting up test deploy

This commit is contained in:
2020-02-06 08:05:51 +11:00
parent c2141e9a31
commit 8efaa1863f
2 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,7 @@
"start:dev": "cross-env NODE_ENV=development \"serverless offline --port 3001\"", "start:dev": "cross-env NODE_ENV=development \"serverless offline --port 3001\"",
"start": "npm run start:prod", "start": "npm run start:prod",
"watch": "npm run start:dev", "watch": "npm run start:dev",
"deploy": "echo \"Building private\"" "deploy": "echo \"Building private\"",
"test": "yarn jest" "test": "yarn jest"
}, },
"repository": { "repository": {

View File

@ -7,6 +7,7 @@
"develop": "gatsby develop", "develop": "gatsby develop",
"start": "npm run develop", "start": "npm run develop",
"serve": "gatsby serve", "serve": "gatsby serve",
"deploy": "echo \"Building public\"",
"clean": "gatsby clean" "clean": "gatsby clean"
}, },
"repository": { "repository": {