Skip to content

Commit

Permalink
🎟️🎬 ↝ [SSG-29]: Update build to use yarn, hopefully this works now
Browse files Browse the repository at this point in the history
  • Loading branch information
Gizmotronn committed Oct 5, 2024
1 parent 6cbf9aa commit 0034666
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
node-version: '18'

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

- name: Build the app
run: npm run build
run: yarn build

- name: Upload build artifacts
uses: actions/upload-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint": "next lint"
},
"dependencies": {
"@ducanh2912/next-pwa": "^10.2.6",
"@ducanh2912/next-pwa": "^10.2.9",
"@headlessui/react": "^2.1.3",
"@material-tailwind/react": "^2.1.9",
"@radix-ui/react-accordion": "^1.2.0",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1016,7 +1016,7 @@
resolved "https://registry.yarnpkg.com/@ctrl/tinycolor/-/tinycolor-3.6.1.tgz#b6c75a56a1947cc916ea058772d666a2c8932f31"
integrity sha512-SITSV6aIXsuVNV3f3O0f2n/cgyEDWoSqtZMYiAmcsYHydcKrOz3gUxB/iXd/Qf08+IZX4KpgNbvUdMBmWz+kcA==

"@ducanh2912/next-pwa@^10.2.6":
"@ducanh2912/next-pwa@^10.2.9":
version "10.2.9"
resolved "https://registry.yarnpkg.com/@ducanh2912/next-pwa/-/next-pwa-10.2.9.tgz#662df3419658f131dee483d45682164c7833dd63"
integrity sha512-Wtu823+0Ga1owqSu1I4HqKgeRYarduCCKwsh1EJmJiJqgbt+gvVf5cFwFH8NigxYyyEvriAro4hzm0pMSrXdRQ==
Expand Down

0 comments on commit 0034666

Please sign in to comment.