Skip to content

Commit

Permalink
fix(ci): make clean install work
Browse files Browse the repository at this point in the history
  • Loading branch information
n1stre committed Oct 24, 2023
1 parent 535ac1d commit a1851f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: node -v
- run: npm -v
- run: npm ci
- run: cd ./packages/rececss-core && npm ci

- run: npm run build:core
- run: npm test
Expand Down

0 comments on commit a1851f7

Please sign in to comment.