Skip to content

Commit

Permalink
chore: reliably run postbuild script
Browse files Browse the repository at this point in the history
  • Loading branch information
commenthol committed Dec 12, 2024
1 parent eed28de commit 5d2ae8d
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 @@ -38,7 +38,7 @@
"test": "test"
},
"scripts": {
"all": "npm-run-all clean lint build test",
"all": "npm-run-all clean lint build postbuild test",
"build": "rollup -c && cp scripts/rollup-fix/* lib",
"postbuild": "node scripts/postbuild.cjs",
"ci": "npm-run-all build test",
Expand Down

0 comments on commit 5d2ae8d

Please sign in to comment.