File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5151 "test" : " jest --runInBand" ,
5252 "coverage" : " jest --coverage --runInBand --logHeapUsage" ,
5353 "coverage:clean" : " rimraf coverage" ,
54- "publish:next" : " pnpm publish --tag next" ,
54+ "publish:next" : " pnpm publish --tag next --no-git-checks " ,
5555 "prepublishOnly" : " pnpm run compile" ,
5656 "versionBump" : " bump --tag --push --all" ,
5757 "typedoc" : " typedoc --options ./typedoc.js --entryPointStrategy expand ./lib"
Original file line number Diff line number Diff line change 77 "scripts" : {
88 "clean" : " rimraf dist" ,
99 "compile" : " pnpm run clean && tsc -p ." ,
10- "publish:next" : " pnpm publish --tag next" ,
10+ "publish:next" : " pnpm publish --tag next --no-git-checks " ,
1111 "prepublishOnly" : " pnpm run compile"
1212 },
1313 "keywords" : [
Original file line number Diff line number Diff line change 1010 "coverage:clean" : " rimraf coverage" ,
1111 "clean" : " rimraf dist" ,
1212 "compile" : " pnpm run clean && tsc -p ." ,
13- "publish:next" : " pnpm publish --tag next" ,
13+ "publish:next" : " pnpm publish --tag next --no-git-checks " ,
1414 "prepublishOnly" : " pnpm run compile"
1515 },
1616 "dependencies" : {
Original file line number Diff line number Diff line change 1010 "test" : " jest --runInBand" ,
1111 "clean" : " rimraf dist" ,
1212 "compile" : " pnpm run clean && tsc -p ." ,
13- "publish:next" : " pnpm publish --tag next" ,
13+ "publish:next" : " pnpm publish --tag next --no-git-checks " ,
1414 "prepublishOnly" : " pnpm run compile"
1515 },
1616 "keywords" : [
Original file line number Diff line number Diff line change 3333 "test" : " jest --runInBand" ,
3434 "coverage" : " jest --coverage --runInBand" ,
3535 "coverage:clean" : " rimraf coverage" ,
36- "publish:next" : " pnpm publish --tag next" ,
36+ "publish:next" : " pnpm publish --tag next --no-git-checks " ,
3737 "prepublishOnly" : " pnpm run compile" ,
3838 "version" : " npm version --no-git-tag -f"
3939 },
You can’t perform that action at this time.
0 commit comments