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 04ca704 commit 39c7143Copy full SHA for 39c7143
package.json
@@ -17,8 +17,8 @@
17
"module"
18
],
19
"scripts": {
20
- "prepack": "npmignore --auto --commentLines=autogenerated",
21
- "prepublishOnly": "safe-publish-latest && cp node_modules/is-core-module/core.json ./lib/ ||:",
+ "prepack": "npmignore --auto --commentLines=autogenerated && cp node_modules/is-core-module/core.json ./lib/ ||:",
+ "prepublishOnly": "safe-publish-latest",
22
"prepublish": "not-in-publish || npm run prepublishOnly",
23
"prelint": "eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git')",
24
"lint": "eslint --ext=js,mjs --no-eslintrc -c .eslintrc . 'bin/**'",
0 commit comments