This commit is contained in:
Panayiotis Lipiridis 2020-03-09 22:49:13 +02:00
parent 3648c654cc
commit 58e4c1d276
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# excalidraw-io # excalidraw-room
## Requirements ## Requirements
@ -25,7 +25,7 @@ yarn start
## Deploy ## Deploy
Make sure you have access to the [`excalidraw-io`](https://console.cloud.google.com/home/dashboard?project=excalidraw-io) project. Make sure you have access to the [`excalidraw-room`](https://console.cloud.google.com/home/dashboard?project=excalidraw-room) project.
``` ```
yarn deploy yarn deploy

View File

@ -12,10 +12,10 @@
}, },
"license": "MIT", "license": "MIT",
"main": "index.js", "main": "index.js",
"name": "excalidraw-io", "name": "excalidraw-room",
"scripts": { "scripts": {
"build": "yarn gcp-build", "build": "yarn gcp-build",
"deploy": "gcloud app deploy --project=excalidraw-io", "deploy": "gcloud app deploy --project=excalidraw-room",
"gcp-build": "tsc -p .", "gcp-build": "tsc -p .",
"prepare": "yarn gcp-build", "prepare": "yarn gcp-build",
"pretest": "yarn gcp-build", "pretest": "yarn gcp-build",