Skip to content

Commit

Permalink
more consistent script names
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Jun 11, 2024
1 parent af52aea commit d786b97
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,12 @@
"name": "gitclub-game",
"version": "0.0.0",
"scripts": {
"build": "node ./build",
"lint": "eslint .",
"tailwind": "tailwindcss -o ./public/style.css",
"tailwind:watch": "tailwindcss -o ./public/style.css --watch",
"next:dev": "next dev",
"next:build": "next build",
"next:start": "next start",
"next:lint": "next lint"
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"archetype": "0.13.0",
Expand Down

0 comments on commit d786b97

Please sign in to comment.