File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 pnpm install
2525 - name : Build
2626 run : pnpm build
27+ - name : Check
28+ run : pnpm check
2729 - name : Test
2830 run : pnpm test
Original file line number Diff line number Diff line change 1414 "build" : " tsup src/index.ts --format esm --dts --clean" ,
1515 "dev" : " tsup src/index.ts --format esm --dts --watch" ,
1616 "prepublishOnly" : " node --run build" ,
17- "check" : " publint && attw $(pnpm pack) --ignore-rules=cjs-resolves-to-esm" ,
17+ "check" : " publint && attw -- pack --ignore-rules=cjs-resolves-to-esm" ,
1818 "test" : " vitest run" ,
1919 "test:watch" : " vitest"
2020 },
Original file line number Diff line number Diff line change 1414 "build" : " tsup src/index.ts --format esm --dts --clean" ,
1515 "dev" : " tsup src/index.ts --format esm --dts --watch" ,
1616 "prepublishOnly" : " node --run check && node --run build" ,
17- "check" : " publint && attw $(pnpm pack) --ignore-rules=cjs-resolves-to-esm"
17+ "check" : " publint && attw -- pack --ignore-rules=cjs-resolves-to-esm"
1818 },
1919 "devDependencies" : {
2020 "@arethetypeswrong/cli" : " ^0.17.3" ,
Original file line number Diff line number Diff line change 1414 "build" : " tsup src/index.ts --format esm --dts --clean" ,
1515 "dev" : " tsup src/index.ts --format esm --dts --watch" ,
1616 "prepublishOnly" : " node --run build" ,
17- "check" : " publint && attw $(pnpm pack) --ignore-rules=cjs-resolves-to-esm" ,
17+ "check" : " publint && attw -- pack --ignore-rules=cjs-resolves-to-esm" ,
1818 "test" : " vitest run" ,
1919 "test:watch" : " vitest"
2020 },
Original file line number Diff line number Diff line change 1414 "build" : " tsup src/index.ts --format esm --dts --clean" ,
1515 "dev" : " tsup src/index.ts --format esm --dts --watch" ,
1616 "prepublishOnly" : " node --run build" ,
17- "check" : " publint && attw $(pnpm pack) --ignore-rules=cjs-resolves-to-esm" ,
17+ "check" : " publint && attw -- pack --ignore-rules=cjs-resolves-to-esm" ,
1818 "test" : " vitest run" ,
1919 "test:watch" : " vitest"
2020 },
Original file line number Diff line number Diff line change 1414 "build" : " tsup src/index.ts --format esm --dts --clean" ,
1515 "dev" : " tsup src/index.ts --format esm --dts --watch" ,
1616 "prepublishOnly" : " node --run build" ,
17- "check" : " publint && attw $(pnpm pack) --ignore-rules=cjs-resolves-to-esm" ,
17+ "check" : " publint && attw -- pack --ignore-rules=cjs-resolves-to-esm" ,
1818 "test" : " vitest run" ,
1919 "test:watch" : " vitest"
2020 },
Original file line number Diff line number Diff line change 1414 "build" : " tsup src/index.ts --format esm --dts --clean" ,
1515 "dev" : " tsup src/index.ts --format esm --dts --watch" ,
1616 "prepublishOnly" : " node --run build" ,
17- "check" : " publint && attw $(pnpm pack) --ignore-rules=cjs-resolves-to-esm" ,
18- "test" : " vitest run" ,
19- "test:watch" : " vitest"
17+ "check" : " publint && attw --pack --ignore-rules=cjs-resolves-to-esm"
2018 },
2119 "devDependencies" : {
2220 "@arethetypeswrong/cli" : " ^0.17.3" ,
You can’t perform that action at this time.
0 commit comments