Skip to content

Commit

Permalink
added yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
racnan committed Nov 27, 2023
1 parent be2b67c commit e1e7c48
Show file tree
Hide file tree
Showing 3 changed files with 27,072 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,12 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 20

- name: "Setup yarn"
run: corepack enable

- name: "Install dependencies"
run: npm i
run: yarn install

- name: "Build"
run: npm run re:build
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ lib/
!.yarn/versions.DS_Store
/public/env-config.js
env-config.js
yarn.lock
# yarn.lock
package-lock.json
user_data.sh
*.pem
Loading

0 comments on commit e1e7c48

Please sign in to comment.