Skip to content

Commit c611915

Browse files
committed
fix: update CI script to include testing step before format and export checks
1 parent 3843009 commit c611915

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"lint": "eslint ./src --ext .ts,.tsx",
3838
"type-check": "tsc --noEmit",
3939
"check-exports": "attw --pack .",
40-
"ci": "npm run build && npm run check-format && npm run check-exports"
40+
"ci": "npm run build && npm run test && npm run check-format && npm run check-exports"
4141
},
4242
"peerDependencies": {
4343
"react": ">=16"

0 commit comments

Comments
 (0)