We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e5764f commit fd55568Copy full SHA for fd55568
.github/workflows/workflow/release.yml
.github/workflows/workflow/test.yml
package.json
@@ -5,7 +5,7 @@
5
"main": "dist/index.js",
6
"scripts": {
7
"build": "ncc build src/index.js -o dist --source-map --license licenses.txt",
8
- "test": "jest",
+ "test": "jest --passWithNoTests",
9
"package": "npm run build",
10
"lint": "eslint src/**/*.js",
11
"format": "prettier --write src/**/*.js"
0 commit comments