Skip to content

Commit

Permalink
changed to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
SyedMSawaid committed Oct 23, 2024
1 parent 8bd2c15 commit f0df66f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 20
cache: "npm"
cache: "yarn"
- name: Install dependencies
run: npm ci
run: yarn
- name: Build
run: npm run build
run: yarn build
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Upload artifact
Expand All @@ -48,4 +48,4 @@ jobs:
path: "./dist"
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@v4.0.5
1 change: 1 addition & 0 deletions tsconfig.app.tsbuildinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"root":["./src/app.tsx","./src/main.tsx","./src/vite-env.d.ts"],"version":"5.6.3"}
1 change: 1 addition & 0 deletions tsconfig.node.tsbuildinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"root":["./vite.config.ts"],"version":"5.6.3"}

0 comments on commit f0df66f

Please sign in to comment.