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 f3f726d commit cdb8bcdCopy full SHA for cdb8bcd
package.json
@@ -19,10 +19,7 @@
19
"start": "parcel examples/index.html --out-dir temp/server --cache-dir temp/cache ",
20
"build": "yarn build:rollup && yarn build:tsc",
21
"build:rollup": " rollup --config config/rollup.config.js",
22
- "build:tsc": "ts-node config/move-files.ts",
23
- "examples": "parcel build examples/index.html --out-dir docs --cache-dir temp/cache --public-url ./",
24
- "test": "yarn testcafe --app \"yarn start\" --speed 0.5 chrome ./tests/index.ts ",
25
- "toc": "doctoc ."
+ "build:tsc": "ts-node config/move-files.ts"
26
},
27
"peerDependencies": {
28
"react": "^16.9.0",
tests/index.ts
0 commit comments