Skip to content

Commit

Permalink
Merge pull request #101 from kjirou/remove-dangerous-npm-script
Browse files Browse the repository at this point in the history
外部への影響が大きいnpm publishをnpm script内へ組み込まない
  • Loading branch information
kjirou authored Dec 3, 2024
2 parents 768bdb8 + 6322bfe commit 39e1443
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"types": "dist/src/index.d.js",
"scripts": {
"build": "tsc --project tsconfig.build.json",
"build-and-publish": "rm -rf ./dist && npm run build && npm publish",
"prettier:check": "prettier --check .",
"prettier:write": "prettier --write .",
"serve:docs": "npm run serve:docs:prepare && npm run serve:docs:run",
Expand Down

0 comments on commit 39e1443

Please sign in to comment.