Skip to content
This repository has been archived by the owner on Nov 15, 2017. It is now read-only.

Commit

Permalink
Disabled size-limit for test success for now as I am still waiting fo…
Browse files Browse the repository at this point in the history
…r a new css-loader release fixing webpack-contrib/css-loader#593
  • Loading branch information
swernerx committed Aug 16, 2017
1 parent 95aa616 commit 4e6be56
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Expand Up @@ -9,9 +9,8 @@
"module:es2015": "lib/node.es2015.esm.js",
"browser:es2015": "lib/browser.es2015.esm.js",
"scripts": {
"size-limit": "size-limit",
"size": "npm run prepack && npm run size-limit",
"test": "jest && npm run size",
"size": "npm run prepack && size-limit",
"test": "jest",
"prepack": "rimraf lib && prepublish",
"release": "git push && release-it --github.release --npm.publish --non-interactive",
"release:minor": "git push && release-it --github.release --npm.publish --non-interactive --increment minor",
Expand Down

0 comments on commit 4e6be56

Please sign in to comment.