Skip to content

Commit

Permalink
Add silent test run script
Browse files Browse the repository at this point in the history
  • Loading branch information
nfhipona committed Aug 27, 2023
1 parent 6462116 commit 0724fd6
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 @@ -10,6 +10,7 @@
"scripts": {
"test": "jest",
"test:build": "rm -rf lib && npm run build:js && jest",
"test:silent-build": "rm -rf lib && npm run build:js && jest --verbose false",
"build": "rm -rf lib && npm run build:js",
"build:types": "tsc --emitDeclarationOnly",
"build:js": "babel src --out-dir lib --extensions \".ts,.tsx\" --source-maps inline",
Expand Down

0 comments on commit 0724fd6

Please sign in to comment.