Skip to content

Commit

Permalink
fix(package): restore build commands to fix openshift builds
Browse files Browse the repository at this point in the history
- my bad 🍤
  • Loading branch information
theetrain committed Oct 6, 2017
1 parent 785b86e commit 2cc9677
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"build:css": "postcss --use cssnano --replace dist/tds.css",
"build:js": "rollup -c config/rollup.config.js",
"build:scss": "sh ./scripts/cp-scss.sh",
"build:package": "yarn build:js && yarn build:css && yarn build:scss",
"build:styleguide": "styleguidist build --config config/styleguide.config.js",
"build-package": "yarn build:js && yarn build:css && yarn build:scss",
"build-styleguide": "styleguidist build --config config/styleguide.config.js",
"deploy:docs": "node ./scripts/deploy-docs.js",
"deploy:package": "scripts/publish.sh",
"dev": "styleguidist server --config config/styleguide.config.js",
Expand All @@ -20,7 +20,7 @@
"lint:scss": "stylelint 'src/components/**/*.scss' --config config/.stylelintrc.json",
"lint:ec": "echint",
"lint": "yarn lint:js && yarn lint:scss && yarn lint:ec",
"precommit": "yarn lint && yarn test && yarn build:package && yarn build:styleguide",
"precommit": "yarn lint && yarn test && yarn build-package && yarn build-styleguide",
"release:changelog": "changelog",
"release": "scripts/release.sh",
"scaffold": "node scripts/scaffold.js",
Expand Down

0 comments on commit 2cc9677

Please sign in to comment.