Skip to content

Commit

Permalink
chore(playground): adjust scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
niconiahi committed Jan 19, 2024
1 parent 592f8d5 commit 6e15529
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@ariabones/button": "workspace:*"
Expand Down

0 comments on commit 6e15529

Please sign in to comment.