File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323
2424 - name : ' Build Node with corepack master'
2525 run : |
26+ yarn install --immutable
2627 yarn pack
2728 git clone -b mael/pmm --depth=1 https://github.com/arcanis/node.git node && cd node
2829 git config user.name 'John Doe'
Original file line number Diff line number Diff line change 2222 with :
2323 node-version : ${{ matrix.node-version }}
2424
25+ - run : yarn install --immutable
2526 - run : yarn eslint
2627 - run : yarn jest
Original file line number Diff line number Diff line change 4242 "webpack-cli" : " ^3.3.11"
4343 },
4444 "scripts" : {
45- "build" : " rm -rf dist && yarn webpack && yarn ts-node ./mkshims.ts" ,
45+ "build" : " rm -rf dist && webpack && ts-node ./mkshims.ts" ,
4646 "corepack" : " ts-node ./sources/main.ts" ,
47- "prepack" : " yarn build" ,
47+ "prepack" : " node ./. yarn/releases/*.*js build" ,
4848 "postpack" : " rm -rf dist shims"
4949 },
5050 "files" : [
You can’t perform that action at this time.
0 commit comments