mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-06 22:40:26 -05:00
chore: remove prepublish
This commit is contained in:
parent
b2d6f3657a
commit
f1cfae4d35
5 changed files with 0 additions and 17 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -18,8 +18,6 @@ jobs:
|
|||
run: yarn install
|
||||
- name: Build
|
||||
run: yarn code:build
|
||||
- name: Lint
|
||||
run: yarn lint
|
||||
- name: Publish
|
||||
run: sh scripts/publish.sh
|
||||
env:
|
||||
|
|
11
.pnp.js
generated
11
.pnp.js
generated
|
@ -116,7 +116,6 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
["handlebars", "npm:4.7.7"],
|
||||
["http-errors", "npm:1.8.0"],
|
||||
["husky", "npm:6.0.0"],
|
||||
["in-publish", "npm:2.0.1"],
|
||||
["jest", "npm:26.6.3"],
|
||||
["jest-config", "virtual:bf7a8695861ccc96c7503a95daba2b038c9b3eca0fc65dc5ea7e5ae0e56354c6c3e3ee05f1c8d4420e3a01abf48ad9e2dea477db48ad56147605b32adf33b489#npm:26.6.3"],
|
||||
["jest-environment-node", "npm:26.6.2"],
|
||||
|
@ -10406,15 +10405,6 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
"linkType": "HARD",
|
||||
}]
|
||||
]],
|
||||
["in-publish", [
|
||||
["npm:2.0.1", {
|
||||
"packageLocation": "./.yarn/cache/in-publish-npm-2.0.1-5a970fa809-8d2296b253.zip/node_modules/in-publish/",
|
||||
"packageDependencies": [
|
||||
["in-publish", "npm:2.0.1"]
|
||||
],
|
||||
"linkType": "HARD",
|
||||
}]
|
||||
]],
|
||||
["indent-string", [
|
||||
["npm:2.1.0", {
|
||||
"packageLocation": "./.yarn/cache/indent-string-npm-2.1.0-fe23253c76-5c6bc6548e.zip/node_modules/indent-string/",
|
||||
|
@ -16994,7 +16984,6 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
["handlebars", "npm:4.7.7"],
|
||||
["http-errors", "npm:1.8.0"],
|
||||
["husky", "npm:6.0.0"],
|
||||
["in-publish", "npm:2.0.1"],
|
||||
["jest", "npm:26.6.3"],
|
||||
["jest-config", "virtual:bf7a8695861ccc96c7503a95daba2b038c9b3eca0fc65dc5ea7e5ae0e56354c6c3e3ee05f1c8d4420e3a01abf48ad9e2dea477db48ad56147605b32adf33b489#npm:26.6.3"],
|
||||
["jest-environment-node", "npm:26.6.2"],
|
||||
|
|
Binary file not shown.
|
@ -38,7 +38,6 @@
|
|||
"fast-safe-stringify": "^2.0.7",
|
||||
"handlebars": "4.7.7",
|
||||
"http-errors": "1.8.0",
|
||||
"in-publish": "2.0.1",
|
||||
"js-yaml": "4.1.0",
|
||||
"jsonwebtoken": "8.5.1",
|
||||
"kleur": "4.1.4",
|
||||
|
@ -121,7 +120,6 @@
|
|||
"fs-extra": "10.0.0",
|
||||
"get-stdin": "9.0.0",
|
||||
"husky": "6.0.0",
|
||||
"in-publish": "2.0.1",
|
||||
"jest": "26.6.3",
|
||||
"jest-config": "26.6.3",
|
||||
"jest-environment-node": "26.6.2",
|
||||
|
@ -154,10 +152,8 @@
|
|||
],
|
||||
"scripts": {
|
||||
"release": "standard-version -a -s",
|
||||
"prepublish": "in-publish && yarn run code:build || not-in-publish",
|
||||
"type-check": "tsc --noEmit",
|
||||
"type-check:watch": "yarn run type-check -- --watch",
|
||||
"pretest": "yarn run code:build",
|
||||
"format": "prettier --single-quote --trailing-comma none --write \"{src,test}/**/*.ts\"",
|
||||
"format:check": "prettier --check \"**/*.{js,jsx,ts,tsx,json,yml,yaml,md}\" --debug-check",
|
||||
"test": "yarn run test:unit",
|
||||
|
|
BIN
yarn.lock
BIN
yarn.lock
Binary file not shown.
Loading…
Reference in a new issue