Skip to content

Commit

Permalink
made changes on checkout synatx and removed build
Browse files Browse the repository at this point in the history
  • Loading branch information
prishavall committed Jan 17, 2024
1 parent 5bc1fa2 commit 7ceaad2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Install pnpm
run: npm install -g pnpm
Expand All @@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Install pnpm
run: npm install -g pnpm
Expand Down
3 changes: 1 addition & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"scripts": {
"preinstall": "npx only-allow pnpm",
"lint": "next lint",
"start": "next dev",
"build": "next build"
"start": "next dev"
},
"keywords": [],
"author": "",
Expand Down

0 comments on commit 7ceaad2

Please sign in to comment.