Skip to content

Commit

Permalink
chore: added package scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
bashleigh committed Apr 17, 2024
1 parent a8a19e0 commit 397f8dc
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion packages/connect-session-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,13 @@
"scripts": {
"build": "tsup",
"lint": "eslint --cache --ext=ts,js src",
"test": "cross-env jest --watch --colors"
"test": "cross-env jest --watch --colors",
"check": "tsc --noEmit --skipLibCheck",
"release": "echo '...skipping...'",
"deploy": "echo '...skipping...'",
"publish": "yarn npm publish --access public",
"conf": "echo '...skipping...'",
"commit": "yarn test --coverage --no-cache --silent --forceExit --detectOpenHandles --runInBand --watch=false && jest-coverage-badges --input src/tests/coverage/coverage-summary.json --output src/tests/badges && yarn lint --fix && yarn check"
},
"dependencies": {
"axios": "^1.6.8",
Expand Down

0 comments on commit 397f8dc

Please sign in to comment.