Skip to content

Commit

Permalink
Add a netlify npm script instead.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Feb 16, 2019
1 parent 641044e commit 88dc164
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
8 changes: 0 additions & 8 deletions netlify.toml

This file was deleted.

1 change: 1 addition & 0 deletions package.json
Expand Up @@ -79,6 +79,7 @@
"release-zip": "cross-env-shell \"shx rm -rf bootstrap-$npm_package_version-dist && shx cp -r dist/ bootstrap-$npm_package_version-dist && zip -r9 bootstrap-$npm_package_version-dist.zip bootstrap-$npm_package_version-dist && shx rm -rf bootstrap-$npm_package_version-dist\"",
"dist": "npm-run-all --parallel css js",
"test": "npm-run-all lint dist js-test docs-compile docs-lint bundlesize",
"netlify": "npm run dist && npm run release-sri && npm run docs-production",
"watch": "npm-run-all --parallel watch-*",
"watch-css-main": "nodemon --watch scss/ --ext scss --exec \"npm run css-main\"",
"watch-css-docs": "nodemon --watch \"site/docs/**/assets/scss/\" --ext scss --exec \"npm run css-docs\"",
Expand Down

0 comments on commit 88dc164

Please sign in to comment.