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 50d32aa commit 7f524caCopy full SHA for 7f524ca
package.json
@@ -21,7 +21,7 @@
21
"scripts": {
22
"coverage": "node test/coverageTest.mjs",
23
"test": "cd test && yarn run start",
24
- "tests": "jest \"tests/.*\\.test.js\"",
+ "tests": "jest --runInBand \"tests/.*\\.test.js\"",
25
"dev": "webpack --mode=development --config ./build/webpack.config.js --progress --watch",
26
"build": "cross-env-shell webpack --mode=production --config ./build/webpack.config.js --progress --env targetsBrowsers=\\\"$npm_package_browserslist\\\"",
27
"docs": "cross-env-shell node build/evalHtmlComments.js docs/examples.md $npm_package_version && typedoc --plugin typedoc-plugin-markdown --mode file --tsconfig ./build/tsconfig.json --inputFiles ./src/index.ts --out ./docs/api --readme none --stripInternal --namedAnchors true",
0 commit comments