Skip to content

Commit 984ac97

Browse files
committed
chore: remove in-publish
1 parent dee5266 commit 984ac97

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@
1616
"lint": "eslint .",
1717
"update-license": "licensor --width 72",
1818
"build-and-update-license": "npm run build && npm run update-license",
19-
"preversion": "npm run travis && npm run update-license",
20-
"prepublish": "not-in-install && npm run build-and-update-license || in-install",
21-
"postpublish": "git push --follow-tags",
19+
"prepublishOnly": "npm run build",
2220
"pretest": "npm run lint",
2321
"test": "jest",
2422
"pretravis": "npm run lint && npm run clean",
@@ -57,7 +55,6 @@
5755
"eslint_d": "^7.1.0",
5856
"html-webpack-plugin": "^3.0.4",
5957
"husky": "^0.14.3",
60-
"in-publish": "^2.0.0",
6158
"jest": "^23.6.0",
6259
"jest-watch-typeahead": "^0.2.0",
6360
"licensor": "^4.0.0",

yarn.lock

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2967,10 +2967,6 @@ imurmurhash@^0.1.4:
29672967
version "0.1.4"
29682968
resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea"
29692969

2970-
in-publish@^2.0.0:
2971-
version "2.0.0"
2972-
resolved "https://registry.yarnpkg.com/in-publish/-/in-publish-2.0.0.tgz#e20ff5e3a2afc2690320b6dc552682a9c7fadf51"
2973-
29742970
indent-string@^2.1.0:
29752971
version "2.1.0"
29762972
resolved "https://registry.yarnpkg.com/indent-string/-/indent-string-2.1.0.tgz#8e2d48348742121b4a8218b7a137e9a52049dc80"

0 commit comments

Comments
 (0)