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 2525 registry-url : " https://registry.npmjs.org"
2626 - name : Install dependencies
2727 run : npm ci
28- - name : Publish (build and test in prepublishOnly hook)
28+ - name : Publish (build in prepublishOnly hook)
2929 run : npm publish --provenance --access public
Original file line number Diff line number Diff line change 5757 "build" : " npm run build:esm && npm run build:d.cts && npm run build:cjs" ,
5858 "build:d.cts" : " cp -f dist/index.d.ts dist/index.d.cts" ,
5959 "build:cjs" : " esbuild src/index.ts --bundle --target=es2022 --platform=node > dist/index.cjs" ,
60- "build:esm" : " tsc --build src/ " ,
60+ "build:esm" : " tsc --build src" ,
6161 "check" : " tsc --build src src/tsconfig-test.json && biome ci --error-on-warnings ." ,
6262 "clean" : " rm -rf dist coverage" ,
6363 "coverage" : " c8 --reporter=lcovonly npm test" ,
6464 "format" : " biome check --linter-enabled=false --write ." ,
6565 "lint" : " biome lint --error-on-warnings ." ,
66- "prepublishOnly" : " npm run clean && npm run build && npm test " ,
66+ "prepublishOnly" : " npm run clean && npm run build" ,
6767 "test" : " npm run test:dev && npm run test:prod" ,
6868 "test:dev" : " NODE_ENV=development node --test && npm run check" ,
6969 "test:prod" : " node --test && npm run check" ,
You can’t perform that action at this time.
0 commit comments