8000
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 cab96ba commit 5305c6bCopy full SHA for 5305c6b
package.json
@@ -15,12 +15,12 @@
15
"local-types"
16
],
17
"scripts": {
18
- "start": "parcel examples/index.html --open --out-dir .server ",
+ "start": "parcel examples/index.html --out-dir .server ",
19
"build": " rollup --config config/rollup.config.js",
20
"watch": "parcel watch src/index.ts",
21
"examples": "parcel build examples/index.html --out-dir docs",
22
"examples:static": "ts-node examples/scripts/build-examples.tsx && parcel build examples/scripts/index.html --out-dir docs",
23
- "test": "yarn testcafe --speed 0.5 chrome ./tests/index.ts "
+ "test": "yarn testcafe --app \"yarn start\" --speed 0.5 chrome ./tests/index.ts "
24
},
25
"peerDependencies": {
26
"react": "^16.9.0",
0 commit comments