Thanks to visit codestin.com Credit goes to github.com
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 51c8b2b commit 43be154Copy full SHA for 43be154
1 file changed
package.json
@@ -19,7 +19,7 @@
19
"dist": "npm run clean && rollup -c && tsc",
20
"watch": "rollup -wc",
21
"test": "npm run dist && node test/test.node.cjs",
22
- "test-extensive": "npm run dist && node test/test.node.cjs --production --repitition-time 10000",
+ "test-extensive": "npm run dist && node test/test.node.cjs --production --repetition-time 10000",
23
"lint": "standard && tsc",
24
"preversion": "npm run lint && npm run test-extensive && npm run dist",
25
"debug": "concurrently 'http-server -o test.html' 'npm run watch'",
0 commit comments