Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
chore: Remove in-publish for native prepublishOnly
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni committed Oct 22, 2020
1 parent 0963512 commit 1270f04
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"lint": "eslint bin/node-sass lib scripts test",
"test": "mocha test/{*,**/**}.js",
"build": "node scripts/build.js --force",
"prepublish": "not-in-install && node scripts/prepublish.js || in-install"
"prepublishOnly ": "scripts/prepublish.js"
},
"files": [
"bin",
Expand All @@ -59,7 +59,6 @@
"gaze": "^1.0.0",
"get-stdin": "^4.0.1",
"glob": "^7.0.3",
"in-publish": "^2.0.0",
"lodash": "^4.17.15",
"meow": "^3.7.0",
"mkdirp": "^0.5.1",
Expand Down

0 comments on commit 1270f04

Please sign in to comment.