File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2222 "scripts" : {
2323 "copy" : " cpy ../../LICENSE README.md package.json dist --flat" ,
2424 "clean" : " rimraf dist/**" ,
25- "prepare " : " npm run build" ,
25+ "prepublishOnly " : " npm run build" ,
2626 "build" : " npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy" ,
2727 "dev" : " ts-node dev/index" ,
2828 "test" : " jest" ,
2929 "test:watch" : " jest --watch"
3030 },
3131 "dependencies" : {
32- "inquirerer" : " ^2.1.0 "
32+ "inquirerer" : " workspace:* "
3333 },
3434 "keywords" : []
3535}
Original file line number Diff line number Diff line change 2222 "scripts" : {
2323 "copy" : " cpy ../../LICENSE README.md package.json dist --flat" ,
2424 "clean" : " rimraf dist/**" ,
25- "prepare " : " npm run build" ,
25+ "prepublishOnly " : " npm run build" ,
2626 "build" : " npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy" ,
2727 "dev" : " ts-node dev/index" ,
2828 "test" : " jest" ,
You can’t perform that action at this time.
0 commit comments