Skip to content

Commit a51302d

Browse files
ignoring test vulnerabilities
1 parent 618540a commit a51302d

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

package.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,14 @@
33
"version": "1.0.0",
44
"main": "dist/index.js",
55
"scripts": {
6-
"start": "node dist/index.js",
7-
"build": "babel src -d dist"
8-
},
6+
"test": "jest",
7+
"test:log-coverage": "jest --coverage",
8+
"test:coverage": "jest --silent --testLocationInResults --ci --all --coverage --json --outputFile=\"report.json\"",
9+
"test:watch": "jest --watch",
10+
"build": "tsc --noEmit --incremental && node esbuild.cjs",
11+
"build:dev": "node esbuild.cjs",
12+
"lint": "eslint ."
13+
},
914
"keywords": [],
1015
"author": "",
1116
"license": "ISC",

0 commit comments

Comments
 (0)