Skip to content

Commit

Permalink
🔨 add website:build script
Browse files Browse the repository at this point in the history
  • Loading branch information
higuaifan committed Mar 1, 2024
1 parent 5121379 commit 846561f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
"rename": "npm run rename-esm && npm run rename-cjs",
"rename-esm": "for file in ./dist/es/types/index.d.ts; do mv \"$file\" \"${file%.d.ts}.d.mts\"; done",
"rename-cjs": "for file in ./dist/cjs/types/index.d.ts; do mv \"$file\" \"${file%.d.ts}.d.cts\"; done",
"website:dev": "vite --config ./website/vite.config.ts"
"website:dev": "vite --config ./website/vite.config.ts",
"website:build": "vite --config ./website/vite.config.ts build"
},
"keywords": [
"lunar"
Expand Down

0 comments on commit 846561f

Please sign in to comment.