Skip to content

Commit 2a2706e

Browse files
committed
test: add test script
1 parent f8cdf4b commit 2a2706e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"lint:yml": "eslint \"**/*.yml\"",
1515
"start": "npm-run-all -l clean -p start:*",
1616
"start:eleventy": "cross-env NODE_ENV=development eleventy --serve",
17-
"prepare": "husky"
17+
"prepare": "husky",
18+
"test": "echo \"No test specified\" && exit 0"
1819
},
1920
"repository": {
2021
"type": "git",

0 commit comments

Comments
 (0)