Skip to content

Commit

Permalink
Add prepare script
Browse files Browse the repository at this point in the history
  • Loading branch information
heymatthenry committed Aug 1, 2024
1 parent 22485e0 commit 7b6d1fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"build": "npm run clean && vite build",
"clean": "rimraf dist",
"dev": "vite",
"prepare": "npm run build",
"prettier:js": "npx prettier --check './src/components/**/*.js'",
"prettier:js:fix": "npx prettier --write './src/components/**/*.js'",
"prettier:md": "npx prettier --check '**/*.{md,mdx}'",
Expand Down

0 comments on commit 7b6d1fb

Please sign in to comment.