File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 34
34
"lint:fix" : " npm run eslint:fix && npm run prettier:fix" ,
35
35
"prettier:checker" : " prettier --check ." ,
36
36
"prettier:fix" : " prettier --write .github/workflows/*.yml ." ,
37
- "update" : " pu minor && npm i && npm run lint:fix && npm audit" ,
37
+ "update" : " pu minor && npm i && npm audit fix" ,
38
+ "postupdate" : " npm run lint:fix" ,
38
39
"benchmark" : " cd benchmark && npm ci && npm start"
39
40
},
40
41
"license" : " MIT" ,
Original file line number Diff line number Diff line change 15
15
"typecheck" : " tsc" ,
16
16
"lintcheck" : " prettier --check . && eslint . --ext .ts,.tsx" ,
17
17
"lint" : " prettier --write . && eslint . --fix" ,
18
- "test:unit" : " npx poku --parallel test/unit" ,
18
+ "test:unit" : " poku --parallel test/unit" ,
19
19
"test" : " npm run typecheck && npm run lintcheck && npm run test:unit && npm run clear && npm run build" ,
20
- "update" : " npx pu minor && npm i && npm run lint" ,
21
- "deploy" : " npx tsx deploy/upload.ts"
20
+ "update" : " pu minor && npm i && npm audit fix" ,
21
+ "postupdate" : " npm run lint" ,
22
+ "deploy" : " tsx deploy/upload.ts"
22
23
},
23
24
"dependencies" : {
24
25
"@docusaurus/core" : " ^3.4.0" ,
You can’t perform that action at this time.
0 commit comments