Thanks to visit codestin.com Credit goes to github.com
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 4eb5d3f commit 66ca654Copy full SHA for 66ca654
package.json
@@ -10,7 +10,9 @@
10
"dev": "eleventy --serve",
11
"prebuild": "npm run setup",
12
"build": "eleventy --input=./site",
13
- "deploy": "npm run build && now --prod"
+ "deploy": "npm run build && now --prod",
14
+ "checkly:test": "npx checkly test",
15
+ "checkly:deploy": "npx checkly deploy --force"
16
},
17
"repository": {
18
"type": "git",
0 commit comments