Skip to content

Commit

Permalink
chore(npm): remove postinstall script
Browse files Browse the repository at this point in the history
  • Loading branch information
smarlhens committed Jan 7, 2023
1 parent 943ed16 commit 0ed218e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion examples/with-versions-to-pin/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion examples/without-versions-to-pin/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,12 @@
"prebuild": "rimraf dist",
"build": "tsup",
"dev": "node --experimental-specifier-resolution=node --loader ts-node/esm ./bin/npd.ts",
"postinstall": "npm run sort-package-json",
"lint": "npm run prettier:check",
"lint-staged": "lint-staged",
"precommit": "npm run lint-staged && npm run build",
"prepare": "husky install",
"prettier:check": "prettier --check ./**/*.{ts,json,yml,md}",
"prettier:write": "prettier --write ./**/*.{ts,json,yml,md}",
"sort-package-json": "sort-package-json",
"test": "vitest run",
"test:ci": "npm run test:coverage",
"test:coverage": "npm run test -- --coverage",
Expand Down

0 comments on commit 0ed218e

Please sign in to comment.