We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02eabe3 commit 84e4ac1Copy full SHA for 84e4ac1
package.json
@@ -78,7 +78,7 @@
78
},
79
"scripts": {
80
"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 .."
+ "postinstall": "cd esm ; node generate.mjs ; cd .."
82
83
"repository": {
84
"type": "git",
0 commit comments