Skip to content

Commit

Permalink
chore: update script
Browse files Browse the repository at this point in the history
  • Loading branch information
alifprihantoro committed Dec 9, 2024
1 parent 717f736 commit fbd0f56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dev": "astro build",
"start": "astro dev",
"lint": "eslint ./src/**/*.ts",
"build": "pnpm lint && astro check && astro build",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"story:dev": "storybook dev -p 6006 --no-open",
Expand Down Expand Up @@ -61,4 +61,4 @@
"typescript-eslint": "^8.15.0",
"vite": "^5.4.9"
}
}
}

0 comments on commit fbd0f56

Please sign in to comment.