File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 4
4
# Directory (relative to root of your repo) that contains the deploy-ready
5
5
# HTML files and assets generated by the build. If a base directory has
6
6
# been specified, include it in the publish directory path.
7
- publish = " example/build"
7
+ command = " yarn run build:examples"
8
+ publish = " dist"
8
9
9
10
# COMMENT: NODE_VERSION in root `.nvmrc` takes priority
10
11
# COMMENT: Why we specify YARN_FLAGS: https://www.netlify.com/docs/build-gotchas/#yarn
17
18
[[redirects ]]
18
19
from = " /*"
19
20
to = " /index.html"
20
- status = 200
21
+ status = 200
Original file line number Diff line number Diff line change 13
13
"scripts" : {
14
14
"build" : " webpack --progress --colors --config ./.webpack/webpack.config.js -d" ,
15
15
"build:release" : " webpack --progress --colors --config ./.webpack/webpack.config.js -p" ,
16
- "dev" : " webpack-dev-server --config ./webpack.dev.js --watch" ,
16
+ "build:examples" : " webpack --progress --colors --config ./.webpack/webpack.dev.js -d" ,
17
+ "dev" : " webpack-dev-server --config ./.webpack/webpack.dev.js --watch" ,
17
18
"start" : " yarn run dev" ,
18
19
"predeploy" : " cd example && yarn install && yarn run build:release" ,
19
20
"prepublishOnly" : " yarn run build && yarn run build:release" ,
You can’t perform that action at this time.
0 commit comments