Skip to content

Commit

Permalink
Run script as postinstall instead.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Jan 9, 2025
1 parent 3e81950 commit 7b25d7e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
File renamed without changes.
1 change: 1 addition & 0 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"demo": "cd demo && tsc && node demo.js",
"lint": "eslint --max-warnings=0 .",
"issue": "cd issue && tsc && node issue.js",
"prepare": "node npm-prepare.mjs",
"postinstall": "node npm-postinstall.mjs",
"test": "vitest run",
"test-dist": "node tests/dist/test-dist",
"update-index": "cd tools && tsc && node update-index.js ../src"
Expand Down

0 comments on commit 7b25d7e

Please sign in to comment.