Skip to content

Commit

Permalink
chore: improve code (optimation)
Browse files Browse the repository at this point in the history
  • Loading branch information
izzalDev committed Aug 28, 2024
1 parent 00075ca commit 03b9a47
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,10 @@ jobs:
# Menavigasi ke direktori 'web', menampilkan daftar file, dan menginstal dependensi Node.js
- run: |
cd web
ls
npm install
# Langkah untuk membangun aplikasi menggunakan npm (misalnya, menghasilkan file statis)
- run: |
ls
cd web
npm run build
Expand Down

0 comments on commit 03b9a47

Please sign in to comment.