Skip to content

Commit fd55568

Browse files
committed
Fix bug
1 parent 6e5764f commit fd55568

File tree

3 files changed

+1
-125
lines changed

3 files changed

+1
-125
lines changed

.github/workflows/workflow/release.yml

Lines changed: 0 additions & 94 deletions
This file was deleted.

.github/workflows/workflow/test.yml

Lines changed: 0 additions & 30 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "dist/index.js",
66
"scripts": {
77
"build": "ncc build src/index.js -o dist --source-map --license licenses.txt",
8-
"test": "jest",
8+
"test": "jest --passWithNoTests",
99
"package": "npm run build",
1010
"lint": "eslint src/**/*.js",
1111
"format": "prettier --write src/**/*.js"

0 commit comments

Comments
 (0)