File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
"prepare" : " npx simple-git-hooks && npm run prepare --workspaces" ,
9
9
"test" : " npm run test --workspaces" ,
10
10
"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"
14
12
},
15
13
"workspaces" : [
16
14
" packages/*"
Original file line number Diff line number Diff line change 18
18
"test" : " jest --selectProjects unit" ,
19
19
"test:e2e" : " npm run prepare && cross-env NODE_CONFIG_DIR=./e2e/config jest --selectProjects E2E" ,
20
20
"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"
22
24
},
23
25
"repository" : {
24
26
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments