Skip to content

Commit

Permalink
Fix: Update Ci
Browse files Browse the repository at this point in the history
  • Loading branch information
yusrilprayoga-code committed Oct 14, 2024
1 parent 9dbb156 commit 1736d9f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
"preview": "vite preview",
"test": "echo \"No tests specified\" && exit 0"
},
"dependencies": {
"react": "^18.2.0",
Expand Down

0 comments on commit 1736d9f

Please sign in to comment.