Skip to content

Commit

Permalink
feat: improve local tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacek Pietal committed Feb 24, 2022
1 parent e68f479 commit fe468d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"scripts": {
"prebuild": "rm -rf dist",
"build": "tsc",
"test": "jest",
"test": "jest --forceExit",
"start": "bin/chef-socket demo --plugin node_modules/chef-core/chat.js",
"precommit": "yarn build && npx prettier . --write"
},
Expand Down

0 comments on commit fe468d8

Please sign in to comment.