-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
20 lines (20 loc) · 993 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "reinvent-genai-chess-robot",
"version": "1.0.0",
"license": "MIT",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"postinstall": "yarn workspace infra postinstall",
"start": "yarn workspace amplify-ui start",
"graphql": "sed \"s/@function.*//g\" packages/infra/schema.graphql > packages/amplify-ui/schema.graphql && cd packages/amplify-ui && npx @aws-amplify/cli codegen",
"hotswap": "yarn workspace infra cdk deploy --hot-swap",
"deploy": "yarn workspace infra cdk deploy",
"deploy-amplify": "yarn workspace infra cdk deploy --context autoDeployUI=true",
"deploy-iot": "yarn workspace infra cdk deploy --context iotDevice=true",
"deploy-iot-amplify": "yarn workspace infra cdk deploy --context iotDevice=true --context autoDeployUI=true"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}