Skip to content

Commit

Permalink
Corrects build script to include package.json creation.
Browse files Browse the repository at this point in the history
  • Loading branch information
zorkow committed Apr 28, 2024
1 parent 8c0a12e commit 468aa15
Show file tree
Hide file tree
Showing 2 changed files with 1,704 additions and 1,379 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"cleanAll": "make clean; make clean_min",
"prepublish": "pnpm cleanAll; pnpm buildAll",
"build": "make -j 12 all; pnpm module; pnpm webpack",
"buildAll": "make -j 12 all; pnpm commonjs; pnpm module; pnpm webpack"
"buildAll": "make -j 12 all; pnpm commonjs; pnpm module; pnpm webpack; pnpm postcommonjs; pnpm postmodule"
},
"maintainers": [
"Volker Sorge <[email protected]> (http://www.cs.bham.ac.uk/~vxs)"
Expand Down
Loading

0 comments on commit 468aa15

Please sign in to comment.