Skip to content

Commit 2e0b8ba

Browse files
committed
added linked local example
1 parent 15058ea commit 2e0b8ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"build": "rollup -c",
1717
"start": "rollup -c -w",
1818
"prepare": "npm run build",
19-
"react-start": "react-scripts start",
19+
"start-linked-example": "npm run build && cd example/ && npm install --save ./../ && npm i && npm run dev && cd ..",
2020
"start-local-example": "npm run build && cd example/ && npm i && npm run dev && cd .."
2121
},
2222
"keywords": [

0 commit comments

Comments
 (0)