File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- npm run staged
1
+ pnpm run staged
Original file line number Diff line number Diff line change 1
- npm run coverage
1
+ pnpm run coverage
Original file line number Diff line number Diff line change 31
31
"scripts" : {
32
32
"eslint" : " eslint src/**/*.ts" ,
33
33
"staged" : " lint-staged" ,
34
- "coverage" : " c8 npm test" ,
35
- "ci" : " c8 npm test && c8 report --reporter=json" ,
34
+ "coverage" : " c8 pnpm test" ,
35
+ "ci" : " c8 pnpm test && c8 report --reporter=json" ,
36
36
"build:types" : " tsc --project tsconfig.d.ts.json" ,
37
- "build" : " tsc && npm run build:types" ,
37
+ "build" : " tsc && pnpm run build:types" ,
38
38
"test" : " ava --fail-fast" ,
39
39
"cleanup" : " del-cli @type lib" ,
40
40
"postinstall" : " husky install" ,
41
- "prepublishOnly" : " npm run cleanup && npm run build && pinst --disable" ,
41
+ "prepublishOnly" : " pnpm run cleanup && pnpm run build && pinst --disable" ,
42
42
"postpublish" : " pinst --enable"
43
43
},
44
44
"author" : " Nick K." ,
You can’t perform that action at this time.
0 commit comments