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 15058ea commit 2e0b8baCopy full SHA for 2e0b8ba
package.json
@@ -16,7 +16,7 @@
16
"build": "rollup -c",
17
"start": "rollup -c -w",
18
"prepare": "npm run build",
19
- "react-start": "react-scripts start",
+ "start-linked-example": "npm run build && cd example/ && npm install --save ./../ && npm i && npm run dev && cd ..",
20
"start-local-example": "npm run build && cd example/ && npm i && npm run dev && cd .."
21
},
22
"keywords": [
0 commit comments