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 618540a commit a51302dCopy full SHA for a51302d
package.json
@@ -3,9 +3,14 @@
3
"version": "1.0.0",
4
"main": "dist/index.js",
5
"scripts": {
6
- "start": "node dist/index.js",
7
- "build": "babel src -d dist"
8
- },
+ "test": "jest",
+ "test:log-coverage": "jest --coverage",
+ "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
+},
14
"keywords": [],
15
"author": "",
16
"license": "ISC",
0 commit comments