File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 uses : actions/setup-node@v6
1010 with :
1111 node-version : 24
12- cache : yarn
13- cache-dependency-path : yarn.lock
1412 - name : Enable Corepack
15- run : corepack enable
13+ run : |
14+ corepack enable
15+ corepack install
1616 - name : Install dependencies and build
1717 run : corepack yarn install --immutable
1818 - name : Run tests
Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ jobs:
1818 uses : actions/setup-node@v6
1919 with :
2020 node-version : 24
21- cache : yarn
22- cache-dependency-path : yarn.lock
2321 registry-url : ' https://registry.npmjs.org'
2422 - name : Enable Corepack
25- run : corepack enable
23+ run : |
24+ corepack enable
25+ corepack install
2626 - name : Install dependencies and build
2727 run : corepack yarn install --immutable
2828 - name : Publish to NPM
Original file line number Diff line number Diff line change 55test.ts
66.yarn /
77.yarnrc
8- .yarnrc.yml
98.nvmrc
109.pnp. *
Original file line number Diff line number Diff line change 1- npm run prepare
1+ yarn validate
Original file line number Diff line number Diff line change 1+ nodeLinker : node-modules
Original file line number Diff line number Diff line change 66 "main" : " lib/spoof.js" ,
77 "types" : " lib/spoof.d.ts" ,
88 "scripts" : {
9- "prepare" : " husky && yarn lint && yarn build " ,
9+ "prepare" : " husky" ,
1010 "build" : " tsc -p tsconfig.build.json" ,
1111 "debug" : " ts-node src/__debug__/browser-debug.ts" ,
1212 "lint" : " yarn ts-standard --fix" ,
13- "test" : " jest"
13+ "test" : " jest" ,
14+ "validate" : " yarn lint && yarn build"
1415 },
1516 "keywords" : [
1617 " bezier-curve" ,
You can’t perform that action at this time.
0 commit comments