Skip to content

Commit

Permalink
feat(Storybook): favicon now visible in build
Browse files Browse the repository at this point in the history
  • Loading branch information
Utzel-Butzel committed Nov 20, 2019
1 parent ec1cae6 commit 4093726
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
STORYBOOK_ASSETS=https://cdn.wfp.org/guides/ui/assets/v0.0.1/
STORYBOOK_VERSION=1.1.38
STORYBOOK_INTERNAL_ASSETS=../assets/
STORYBOOK_INTERNAL_ASSETS=./
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"sideEffects": false,
"scripts": {
"build": "node scripts/build.js && yarn build:css && yarn build:cssmin",
"build:storybook": "rm -r docs && build-storybook -o docs",
"build:storybook": "rm -r docs && build-storybook -s ./src/assets -o docs",
"ci-check": "yarn prettier:diff && yarn lint && yarn test --runInBand && yarn test-ssr",
"build:cssmin": "node-sass ./src/globals/scss/styles.scss > ./assets/css/styles.min.css --output-style compressed | postcss ./assets/css/styles.min.css --no-map -u autoprefixer -r | postcss ./assets/css/styles.min.css -d ./assets/css/ --use autoprefixer",
"build:css": "node-sass ./src/globals/scss -o ./assets/css --output-style compressed --source-map true | postcss ./assets/css/styles.css -d ./assets/css/ --use autoprefixer",
Expand Down

0 comments on commit 4093726

Please sign in to comment.