File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
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 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