We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ffd5004 + fcc7990 commit 890fd5eCopy full SHA for 890fd5e
1 file changed
package.json
@@ -8,7 +8,7 @@
8
"docs": "./node_modules/.bin/typedoc",
9
"docs:json": "./node_modules/.bin/typedoc --json docs/docs.json",
10
"docs:watch": "./node_modules/.bin/typedoc --watch",
11
- "test": "node --test \"src/**/*.test.js\""
+ "test": "bash -c 'node --test src/**/*.test.js'"
12
},
13
"keywords": [
14
"library"
0 commit comments