Skip to content

Commit

Permalink
chore: use current npx api and remove sort-package script
Browse files Browse the repository at this point in the history
  • Loading branch information
ernscht committed Oct 29, 2021
1 parent af5279c commit cb541f9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"build": "npm-run-all build:*",
"build:bundle": "webpack --mode=\"production\"",
"build:definitions": "tsc",
"clean": "npx --ignore-existing rimraf lerna-debug.log npm-debug.log package-lock.json node_modules",
"clean": "npx -y rimraf lerna-debug.log npm-debug.log package-lock.json node_modules",
"commit": "git-cz",
"lint": "npm-run-all lint:*",
"lint:license": "license-checker --production --summary --exclude \"Apache-2.0, BSD, ISC, LGPL, MIT, MPL\" --failOn \"AGPL; EPL; GPL\"",
Expand All @@ -109,11 +109,10 @@
"prepublishOnly:lint": "npm run lint",
"prepublishOnly:test": "npm test",
"prepublishOnly:build": "npm run build",
"prepublishOnly:pkg": "npx [email protected]",
"prepublishOnly:pkg": "npx -y [email protected]",
"prerelease": "npm-run-all lint test build",
"prettier": "prettier --write \"**/*.*(js|jsx|ts|tsx|json|md)\"",
"release": "standard-version",
"sort-package": "npx fixpack",
"test": "jest --coverage",
"update-dependencies": "npm-check-updates -u",
"watch": "run-p watch:*",
Expand Down

0 comments on commit cb541f9

Please sign in to comment.