Skip to content

Commit 476dd30

Browse files
committed
Update package.json
1 parent 3e3553c commit 476dd30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"test": "jest --coverage",
1111
"watch-tests": "jest --watch",
1212
"codecov": "codecov -f coverage/*.json",
13-
"test-example-app": "cd examples/ts && rm -rf node_modules package-lock.json && npm i && npm run deploy"
13+
"deploy-example-app": "cd examples/ts && rm -rf node_modules package-lock.json && npm i && npm run deploy"
1414
},
1515
"dependencies": {
1616
"cfn-response": "^1.0.1"

0 commit comments

Comments
 (0)