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 3e3553c commit 476dd30Copy full SHA for 476dd30
package.json
@@ -10,7 +10,7 @@
10
"test": "jest --coverage",
11
"watch-tests": "jest --watch",
12
"codecov": "codecov -f coverage/*.json",
13
- "test-example-app": "cd examples/ts && rm -rf node_modules package-lock.json && npm i && npm run deploy"
+ "deploy-example-app": "cd examples/ts && rm -rf node_modules package-lock.json && npm i && npm run deploy"
14
},
15
"dependencies": {
16
"cfn-response": "^1.0.1"
0 commit comments