We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
all
1 parent 3e53d8c commit 5e24a1dCopy full SHA for 5e24a1d
package.json
@@ -8,6 +8,7 @@
8
"url": "https://github.com/bpmn-io/bpmn-js-examples"
9
},
10
"scripts": {
11
+ "all": "run-s lint test build",
12
"lint": "eslint .",
13
"auto-test": "npm test -- --auto-watch --no-single-run",
14
"test": "karma start",
0 commit comments