Skip to content

Commit 890fd5e

Browse files
authored
Merge pull request #4 from wtasg/fix
fix: test command for gh actions
2 parents ffd5004 + fcc7990 commit 890fd5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"docs": "./node_modules/.bin/typedoc",
99
"docs:json": "./node_modules/.bin/typedoc --json docs/docs.json",
1010
"docs:watch": "./node_modules/.bin/typedoc --watch",
11-
"test": "node --test \"src/**/*.test.js\""
11+
"test": "bash -c 'node --test src/**/*.test.js'"
1212
},
1313
"keywords": [
1414
"library"

0 commit comments

Comments
 (0)