Skip to content

Commit 30984fa

Browse files
committed
update npm scripts
1 parent cde97ce commit 30984fa

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

javascript/package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,12 @@
1414
"author": "David Goss",
1515
"license": "MIT",
1616
"scripts": {
17-
"build": "tsc --project tsconfig.build.json",
18-
"test": "mocha 'src/**/*.spec.*'",
17+
"build": "tsc --build tsconfig.build.json",
18+
"clean": "rm -rf dist",
1919
"lint-fix": "eslint --ext ts --max-warnings 0 --fix src && prettier --write src",
20-
"lint": "eslint --ext ts --max-warnings 0 && prettier --check src"
20+
"lint": "eslint --ext ts --max-warnings 0 && prettier --check src",
21+
"test": "mocha 'src/**/*.spec.*'",
22+
"prepublishOnly": "tsc --build tsconfig.build.json"
2123
},
2224
"dependencies": {
2325
"@cucumber/query": "^13.0.1",

0 commit comments

Comments
 (0)