Skip to content

Commit

Permalink
Do a build for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbieTheWagner committed Aug 7, 2018
1 parent e71cf03 commit 0079f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"copy-deps": "cp -R ./node_modules/popper.js/dist/umd/. dist/js",
"prebuild:css": "node-sass --source-map true ./docs/welcome/sass/*.scss -o ./docs/welcome/css",
"prefix:css": "postcss --use autoprefixer -b 'last 2 versions' < ./docs/welcome/css/welcome.css",
"docs": "yarn prebuild:css && yarn prefix:css",
"docs": "yarn build && yarn prebuild:css && yarn prefix:css",
"lint:js": "eslint .",
"lint:styles": "stylelint ./src/css/**/*.scss ./docs/welcome/sass/welcome.scss",
"lint": "yarn lint:js && yarn lint:styles",
Expand Down

0 comments on commit 0079f56

Please sign in to comment.