Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 66ca654

Browse files
committed
Add checkly npm scripts
1 parent 4eb5d3f commit 66ca654

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010
"dev": "eleventy --serve",
1111
"prebuild": "npm run setup",
1212
"build": "eleventy --input=./site",
13-
"deploy": "npm run build && now --prod"
13+
"deploy": "npm run build && now --prod",
14+
"checkly:test": "npx checkly test",
15+
"checkly:deploy": "npx checkly deploy --force"
1416
},
1517
"repository": {
1618
"type": "git",

0 commit comments

Comments
 (0)