Skip to content

Commit 696b371

Browse files
committed
package.json: add preversion script
1 parent d9907cd commit 696b371

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
@@ -20,6 +20,7 @@
2020
"node": ">= 12.x"
2121
},
2222
"scripts": {
23+
"preversion": "npm ci --ignore-scripts && npm test",
2324
"test": "npm run check && npm run prettier:check",
2425
"check": "tsc --noEmit",
2526
"start": "nodemon src/index.ts",

0 commit comments

Comments
 (0)