Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update postinstall script in package.json
  • Loading branch information
ndelangen committed Mar 12, 2025
commit 4af90f832c0bae3b18a45a8e2df2d02c7f888c9f
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"*.d.ts"
],
"scripts": {
"_postinstall": "node scripts/welcome.js",
"postinstall": "node scripts/welcome.js",
"build": "tsup",
"build:watch": "npm run build -- --watch",
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down
Loading