use np for releases

This commit is contained in:
Michael Shick 2023-04-14 11:22:12 -04:00
parent 76101b6664
commit 0b8d5b0b53
No known key found for this signature in database
GPG key ID: ADF5BC9704BB4A61
2 changed files with 6428 additions and 173 deletions

6594
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -22,11 +22,10 @@
"author": "Michael Shick <m@shick.us>",
"main": "lib/main.js",
"scripts": {
"build": "tsc",
"build": "del-cli dist && tsc && ncc build --source-map",
"clean": "rm -rf node_modules dist package-lock.json __tests__/runner/**/*",
"lint": "eslint src/**/*.ts",
"package": "ncc build --source-map",
"release": "npm run build && npm run package",
"release": "np --no-publish",
"test": "vitest run",
"watch": "vitest"
},
@ -113,6 +112,7 @@
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"@vercel/ncc": "^0.34.0",
"del-cli": "^5.0.0",
"eslint": "^8.26.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^3.5.2",
@ -122,6 +122,7 @@
"eslint-plugin-prettier": "^4.2.1",
"msw": "^0.47.4",
"nock": "^13.2.9",
"np": "^7.7.0",
"prettier": "^2.7.1",
"typescript": "^4.8.4",
"vitest": "^0.24.5"