Skip to content

Commit 823640a

Browse files
committed
Added public folder simlink to the docs repo
1 parent 49733fd commit 823640a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/react-renderer-demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"private": true,
1010
"scripts": {
11-
"dev": "next src/",
11+
"dev": "ln -s ../public src/public && yarn next src/",
1212
"build": "yarn generate:examples && yarn next build src/",
1313
"start": "next start src/",
1414
"serve": "cross-env NODE_ENV=production firebase serve",
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../public

0 commit comments

Comments
 (0)