File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
"bugs" : " https://github.com/semaphore-protocol/semaphore/issues" ,
8
8
"private" : true ,
9
9
"scripts" : {
10
- "build:libraries" : " yarn workspaces foreach -t run build" ,
10
+ "build:libraries" : " yarn workspaces foreach -t --no-private run build" ,
11
11
"compile:contracts" : " yarn workspace contracts compile" ,
12
12
"download:snark-artifacts" : " rimraf snark-artifacts && ts-node scripts/download-snark-artifacts.ts" ,
13
13
"test" : " yarn test:libraries && yarn test:contracts" ,
16
16
"lint" : " eslint . --ext .js,.ts && yarn workspace contracts lint" ,
17
17
"prettier" : " prettier -c ." ,
18
18
"prettier:write" : " prettier -w ." ,
19
- "docs" : " yarn workspaces foreach run docs" ,
19
+ "docs" : " yarn workspaces foreach --no-private run docs" ,
20
20
"version:bump" : " yarn workspaces foreach --no-private version -d ${0} && yarn version apply --all && git commit -am \" chore: v${0}\" && git tag v${0}" ,
21
- "version:publish" : " yarn build:libraries && yarn workspaces foreach --no-private npm publish --tolerate-republish" ,
21
+ "version:publish" : " yarn build:libraries && yarn workspaces foreach --no-private npm publish --tolerate-republish --access public " ,
22
22
"version:release" : " changelogithub" ,
23
23
"commit" : " cz" ,
24
24
"precommit" : " lint-staged" ,
You can’t perform that action at this time.
0 commit comments