Skip to content

Commit

Permalink
chore: use npm-run-all2
Browse files Browse the repository at this point in the history
  • Loading branch information
nikku committed Feb 18, 2024
1 parent eaeeb25 commit 8f356a6
Show file tree
Hide file tree
Showing 2 changed files with 188 additions and 1 deletion.
186 changes: 186 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"./package.json": "./package.json"
},
"scripts": {
"all": "npm run lint && npm run check-types && npm run test && npm run test:dts",
"all": "run-s lint check-types test test:dts",
"lint": "eslint .",
"check-types": "tsc --noEmit",
"test": "mocha test",
Expand All @@ -35,6 +35,7 @@
"eslint": "^8.56.0",
"eslint-plugin-bpmn-io": "^1.0.0",
"mocha": "^10.2.0",
"npm-run-all2": "^6.1.2",
"typescript": "^5.3.3"
},
"files": [
Expand Down

0 comments on commit 8f356a6

Please sign in to comment.