Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit b1a9acf

Browse files
committed
Add test script
1 parent 6d1fc69 commit b1a9acf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"check": "tsc",
99
"format": "prettier --write .",
1010
"lint": "eslint .",
11+
"test": "echo \"No tests available\"",
1112
"prepublishOnly": "yarn clean && yarn install --cache-folder .yarn && yarn check",
1213
"generate": "node ./scripts/generate-rule.js"
1314
},

0 commit comments

Comments
 (0)