Skip to content

Commit

Permalink
pnpm -> npm
Browse files Browse the repository at this point in the history
  • Loading branch information
congmul committed Jul 9, 2024
1 parent 5cb6d02 commit 4976b92
Show file tree
Hide file tree
Showing 3 changed files with 6,516 additions and 4,312 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@ jobs:
with:
submodules: true
lfs: false
- name: Install PNPM
run: npm install -g pnpm
# - name: Install PNPM
# run: npm install -g pnpm

- name: Install Dependencies
run: pnpm install
# - name: Install Dependencies
# run: pnpm install

- name: Build Project
run: pnpm run build
# - name: Build Project
# run: pnpm run build

- name: Check Build Size
run: du -sh dist
# - name: Check Build Size
# run: du -sh dist

- name: Build And Deploy
id: builddeploy
Expand All @@ -43,7 +43,7 @@ jobs:
app_location: "/" # App source code path
api_location: "api" # Api source code path - optional
output_location: "dist" # Built app content directory - optional
skip_app_build: true
# skip_app_build: true
###### End of Repository/Build Configurations ######

close_pull_request_job:
Expand Down
Loading

0 comments on commit 4976b92

Please sign in to comment.