File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 26
26
"staged" : " lint-staged" ,
27
27
"coverage" : " c8 npm test" ,
28
28
"ci" : " c8 npm test && c8 report --reporter=json" ,
29
- "make :esm" : " ttsc --project tsconfig.esm.json" ,
30
- "make :cjs" : " ttsc --project tsconfig.cjs.json" ,
31
- "make " : " npm run make :esm && npm run make :cjs" ,
29
+ "build :esm" : " ttsc --project tsconfig.esm.json" ,
30
+ "build :cjs" : " ttsc --project tsconfig.cjs.json" ,
31
+ "build " : " npm run build :esm && npm run build :cjs" ,
32
32
"test" : " ava --fail-fast" ,
33
33
"cleanup" : " npx rimraf @type \" lib/**/*.js\" " ,
34
- "prepare" : " npm run cleanup && npm run make " ,
34
+ "prepare" : " npm run cleanup && npm run build " ,
35
35
"postinstall" : " husky install" ,
36
36
"prepublishOnly" : " pinst --disable" ,
37
37
"postpublish" : " pinst --enable"
You can’t perform that action at this time.
0 commit comments