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 36fb884 commit b8b50efCopy full SHA for b8b50ef
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