We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2323132 commit 5d31812Copy full SHA for 5d31812
package.json
@@ -16,6 +16,9 @@
16
"start": "react-scripts start",
17
"build": "react-scripts build",
18
"test": "react-scripts test --env=jsdom",
19
+ "predeploy": "npm run build",
20
+ "deploy": "aws s3 sync build/ s3://notes-app-client",
21
+ "postdeploy": "aws cloudfront create-invalidation --distribution-id E1KTCKT9SOAHBW --paths '/*' && aws cloudfront create-invalidation --distribution-id E3MQXGQ47VCJB0 --paths '/*'",
22
"eject": "react-scripts eject"
23
}
24
0 commit comments