File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 node-version : 16
1515 - run : yarn install --frozen-lockfile
1616
17- - run : yarn type
18- - run : yarn lint
19- - run : yarn test --ci
17+ - run : npm run type
18+ - run : npm run lint
19+ - run : npm run test --ci
2020
2121 test-action :
2222 runs-on : ubuntu-latest
6363
6464 - name : build svg-only action
6565 run : |
66- yarn build:action
66+ npm run build:action
6767 rm -r svg-only/dist
6868 mv packages/action/dist svg-only/dist
6969
9999 node-version : 16
100100 - run : yarn install --frozen-lockfile
101101
102- - run : yarn build:demo
102+ - run : npm run build:demo
103103 env :
104104 GITHUB_USER_CONTRIBUTION_API_ENDPOINT : https://snk-one.vercel.app/api/github-user-contribution/
105105
Original file line number Diff line number Diff line change 5353 - name : build svg-only action
5454 run : |
5555 yarn install --frozen-lockfile
56- yarn build:action
56+ npm run build:action
5757 rm -r svg-only/dist
5858 mv packages/action/dist svg-only/dist
5959
You can’t perform that action at this time.
0 commit comments