Skip to content

Commit

Permalink
chore: add build script
Browse files Browse the repository at this point in the history
  • Loading branch information
azat-io committed Jan 5, 2024
1 parent 03dc925 commit 61dd720
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"Other"
],
"scripts": {
"build": "vite build",
"docs:dev": "astro dev",
"docs:build": "astro build",
"figma": "pnpm figma:clean && node --env-file=.env --loader tsm \"./tools/figma.ts\"",
Expand Down
1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ export default defineConfig({
rollupOptions: {
external: (id: string) => !id.startsWith('.') && !path.isAbsolute(id),
},
minify: false,
},
})

0 comments on commit 61dd720

Please sign in to comment.