Skip to content

Commit 29f939a

Browse files
[FSSDK-10437] local script addition
1 parent ca3f8e7 commit 29f939a

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
@@ -27,6 +27,7 @@
2727
"build:win": "(if exist dist rd /s/q dist) && node ./scripts/winbuild.js",
2828
"lint": "tsc --noEmit && eslint 'src/**/*.{js,ts,tsx}' --quiet --fix",
2929
"test": "jest --silent",
30+
"test-coverage": "jest --coverage --coverageReporters=\"text-summary\" --silent",
3031
"prepublishOnly": "npm run test && npm run build",
3132
"prepare": "npm run build && husky install"
3233
},

0 commit comments

Comments
 (0)