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 52
52
"coverage" : " jest --coverage --runInBand --logHeapUsage" ,
53
53
"coverage:clean" : " rimraf coverage" ,
54
54
"publish:next" : " pnpm publish --tag next --no-git-checks" ,
55
- "publish:release" : " pnpm publish" ,
55
+ "publish:release" : " pnpm publish --no-git-checks " ,
56
56
"prepublishOnly" : " pnpm run compile" ,
57
57
"typedoc" : " typedoc --options ./typedoc.js --entryPointStrategy expand ./lib"
58
58
},
Original file line number Diff line number Diff line change 8
8
"clean" : " rimraf dist" ,
9
9
"compile" : " pnpm run clean && tsc -p ." ,
10
10
"publish:next" : " pnpm publish --tag next --no-git-checks" ,
11
- "publish:release" : " pnpm publish" ,
11
+ "publish:release" : " pnpm publish --no-git-checks " ,
12
12
"prepublishOnly" : " pnpm run compile"
13
13
},
14
14
"keywords" : [
Original file line number Diff line number Diff line change 11
11
"clean" : " rimraf dist" ,
12
12
"compile" : " pnpm run clean && tsc -p ." ,
13
13
"publish:next" : " pnpm publish --tag next --no-git-checks" ,
14
- "publish:release" : " pnpm publish" ,
14
+ "publish:release" : " pnpm publish --no-git-checks " ,
15
15
"prepublishOnly" : " pnpm run compile"
16
16
},
17
17
"dependencies" : {
Original file line number Diff line number Diff line change 11
11
"clean" : " rimraf dist" ,
12
12
"compile" : " pnpm run clean && tsc -p ." ,
13
13
"publish:next" : " pnpm publish --tag next --no-git-checks" ,
14
- "publish:release" : " pnpm publish" ,
14
+ "publish:release" : " pnpm publish --no-git-checks " ,
15
15
"prepublishOnly" : " pnpm run compile"
16
16
},
17
17
"keywords" : [
Original file line number Diff line number Diff line change 34
34
"coverage" : " jest --coverage --runInBand" ,
35
35
"coverage:clean" : " rimraf coverage" ,
36
36
"publish:next" : " pnpm publish --tag next --no-git-checks" ,
37
- "publish:release" : " pnpm publish" ,
37
+ "publish:release" : " pnpm publish --no-git-checks " ,
38
38
"prepublishOnly" : " pnpm run compile" ,
39
39
"version" : " npm version --no-git-tag -f"
40
40
},
You can’t perform that action at this time.
0 commit comments