Skip to content

Commit 84e4ac1

Browse files
committed
Make build postinstall so easy to install directly from git
1 parent 02eabe3 commit 84e4ac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
},
7979
"scripts": {
8080
"test": "echo \"This is a front-end library, not a Node library. Please see the README for how to use.\" && exit 1",
81-
"prepack": "cd esm ; node generate.mjs ; cd .."
81+
"postinstall": "cd esm ; node generate.mjs ; cd .."
8282
},
8383
"repository": {
8484
"type": "git",

0 commit comments

Comments
 (0)