File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33set -e
44set -o pipefail
55
6- npm run lint
7- npm run typecheck
6+ npm run checks
Original file line number Diff line number Diff line change 1010 node-version : ' 16.x'
1111 registry-url : ' https://registry.npmjs.org'
1212 - run : npm install
13- - run : npm run lint
14- - run : npm run typecheck
15- - run : npm run test
13+ - run : npm run checks
Original file line number Diff line number Diff line change 3232 "test:watch" : " vitest watch --passWithNoTests" ,
3333 "typecheck" : " tsc --noEmit" ,
3434 "checks" : " npm run test && npm run lint && npm run typecheck" ,
35+ "prepublishOnly" : " npm run checks" ,
3536 "prepare" : " npm run build" ,
36- "prepublishOnly " : " npm run test && npm run lint " ,
37- "version" : " npm run test && npm run lint && git add -A src" ,
37+ "preversion " : " npm run checks " ,
38+ "version" : " git add -A src" ,
3839 "postversion" : " git push && git push --tags"
3940 },
4041 "repository" : {
You can’t perform that action at this time.
0 commit comments