Skip to content

Commit

Permalink
build: rename package.json script
Browse files Browse the repository at this point in the history
  • Loading branch information
lihbr committed Jun 12, 2024
1 parent 3edf88b commit 5ad29f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -46,10 +46,10 @@
"release:rc": "npm run test && standard-version --release-as major --prerelease rc && git push --follow-tags && npm run build && npm publish --tag rc",
"release:rc:dry": "standard-version --release-as major --prerelease rc --dry-run",
"lint": "eslint .",
"types": "tsc --noEmit",
"typecheck": "tsc --noEmit",
"unit": "vitest run --coverage",
"unit:watch": "vitest watch",
"test": "npm run types && npm run lint && npm run unit && npm run build"
"test": "npm run typecheck && npm run lint && npm run unit && npm run build"
},
"dependencies": {
"@nuxt/devtools-kit": "^1.3.3",

0 comments on commit 5ad29f7

Please sign in to comment.