Skip to content

Commit eb3f0e0

Browse files
author
HelloWorld
committed
Verdaccio local npm repository setup
1 parent 31f3981 commit eb3f0e0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88
"prepare": "npx simple-git-hooks && npm run prepare --workspaces",
99
"test": "npm run test --workspaces",
1010
"test:e2e": "npm run test:e2e --workspaces",
11-
"verdaccio": "verdaccio --config ./verdaccio-config.yaml",
12-
"publish-package": "npm run increase-patch && npm publish",
13-
"increase-patch": "npm version patch --no-git-tag-version"
11+
"verdaccio": "verdaccio --config ./verdaccio-config.yaml"
1412
},
1513
"workspaces": [
1614
"packages/*"

packages/cli/package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@
1818
"test": "jest --selectProjects unit",
1919
"test:e2e": "npm run prepare && cross-env NODE_CONFIG_DIR=./e2e/config jest --selectProjects E2E",
2020
"test:e2e:local": "cross-env CHECKLY_BASE_URL=http://localhost:3000 CHECKLY_ENV=local npm run test:e2e",
21-
"watch": "tsc --watch"
21+
"watch": "tsc --watch",
22+
"publish-package": "npm run increase-patch && npm publish",
23+
"increase-patch": "npm version patch --no-git-tag-version"
2224
},
2325
"repository": {
2426
"type": "git",

0 commit comments

Comments
 (0)