Skip to content

Commit

Permalink
build: add no-tests param to release script
Browse files Browse the repository at this point in the history
  • Loading branch information
wahyubucil committed Oct 31, 2023
1 parent ece7dc8 commit 6144a70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"build-fast": "tsup src/index.ts src/boot.ts --format esm,cjs",
"build": "pnpm run build-fast --dts-resolve",
"prepublishOnly": "pnpm run build",
"release": "np --message=\"chore(release): %s\"",
"release": "np --no-tests --message=\"chore(release): %s\"",
"lint": "eslint \"src/**/*.{js,mjs,cjs,ts,mts}\"",
"lint:fix": "eslint \"src/**/*.{js,mjs,cjs,ts,mts}\" --fix"
},
Expand Down

0 comments on commit 6144a70

Please # to comment.