Skip to content

Commit

Permalink
Remove kill command on npm test command
Browse files Browse the repository at this point in the history
  • Loading branch information
Tinitto committed Nov 9, 2023
1 parent 3971eb4 commit 57b5b5b
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 @@ -7,7 +7,7 @@
"example": "examples"
},
"scripts": {
"test": "jest --detectOpenHandles --forceExit && kill $(lsof -t -i:3000)",
"test": "jest --detectOpenHandles --forceExit",
"serve": "parcel examples/hello-alpml/index.html --port 3000 --dist-dir out",
"copy": "cp -f index.js dist/alpml.js",
"minify": "rm dist/alpml.min.js || echo 'no pre-existing alpml.min.js' && terser index.js -c -o dist/alpml.min.js",
Expand Down

0 comments on commit 57b5b5b

Please sign in to comment.