Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 43be154

Browse files
committed
spellcheck
1 parent 51c8b2b commit 43be154

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
@@ -19,7 +19,7 @@
1919
"dist": "npm run clean && rollup -c && tsc",
2020
"watch": "rollup -wc",
2121
"test": "npm run dist && node test/test.node.cjs",
22-
"test-extensive": "npm run dist && node test/test.node.cjs --production --repitition-time 10000",
22+
"test-extensive": "npm run dist && node test/test.node.cjs --production --repetition-time 10000",
2323
"lint": "standard && tsc",
2424
"preversion": "npm run lint && npm run test-extensive && npm run dist",
2525
"debug": "concurrently 'http-server -o test.html' 'npm run watch'",

0 commit comments

Comments
 (0)