We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cde97ce commit 30984faCopy full SHA for 30984fa
javascript/package.json
@@ -14,10 +14,12 @@
14
"author": "David Goss",
15
"license": "MIT",
16
"scripts": {
17
- "build": "tsc --project tsconfig.build.json",
18
- "test": "mocha 'src/**/*.spec.*'",
+ "build": "tsc --build tsconfig.build.json",
+ "clean": "rm -rf dist",
19
"lint-fix": "eslint --ext ts --max-warnings 0 --fix src && prettier --write src",
20
- "lint": "eslint --ext ts --max-warnings 0 && prettier --check src"
+ "lint": "eslint --ext ts --max-warnings 0 && prettier --check src",
21
+ "test": "mocha 'src/**/*.spec.*'",
22
+ "prepublishOnly": "tsc --build tsconfig.build.json"
23
},
24
"dependencies": {
25
"@cucumber/query": "^13.0.1",
0 commit comments