Skip to content

Commit

Permalink
[FSSDK-10437] local script addition
Browse files Browse the repository at this point in the history
  • Loading branch information
junaed-optimizely committed Sep 10, 2024
1 parent ca3f8e7 commit 29f939a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"build:win": "(if exist dist rd /s/q dist) && node ./scripts/winbuild.js",
"lint": "tsc --noEmit && eslint 'src/**/*.{js,ts,tsx}' --quiet --fix",
"test": "jest --silent",
"test-coverage": "jest --coverage --coverageReporters=\"text-summary\" --silent",
"prepublishOnly": "npm run test && npm run build",
"prepare": "npm run build && husky install"
},
Expand Down

0 comments on commit 29f939a

Please sign in to comment.