Merge pull request #38 from saleor/improve-np-release

Remove `np` packge
This commit is contained in:
Lukasz Ostrowski 2022-09-01 11:26:31 +02:00 committed by GitHub
commit 8fa25eddd9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 130 additions and 1139 deletions

View file

@ -9,6 +9,7 @@
"watch": "tsup-node src/* --format esm,cjs --dts --watch",
"build": "tsup-node src/* --format esm,cjs --dts && clear-package-json package.json -o dist/package.json --fields publishConfig",
"test": "vitest",
"test:ci": "CI=true vitest",
"prepare": "husky install",
"lint": "prettier --loglevel warn --write . && eslint --fix .",
"release": "release-it"
@ -46,7 +47,6 @@
"eslint-plugin-simple-import-sort": "^7.0.0",
"husky": "^8.0.1",
"jsdom": "^20.0.0",
"np": "^7.6.1",
"prettier": "2.7.1",
"tsm": "^2.2.2",
"tsup": "^6.2.1",

File diff suppressed because it is too large Load diff