From cb541f95d46f7b7d66db6c63a8f41f0c46f0b60f Mon Sep 17 00:00:00 2001 From: ernscht Date: Fri, 29 Oct 2021 19:44:01 +0200 Subject: [PATCH] chore: use current npx api and remove sort-package script --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index e2104c5..766b945 100644 --- a/package.json +++ b/package.json @@ -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\"", @@ -109,11 +109,10 @@ "prepublishOnly:lint": "npm run lint", "prepublishOnly:test": "npm test", "prepublishOnly:build": "npm run build", - "prepublishOnly:pkg": "npx pkg-ok@2.3.1", + "prepublishOnly:pkg": "npx -y pkg-ok@2.3.1", "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:*",