Skip to content

Commit

Permalink
Add build script for dev in core
Browse files Browse the repository at this point in the history
  • Loading branch information
frostehhh committed Sep 24, 2023
1 parent 5df99be commit 1b5afbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
},
"scripts": {
"build": "vite build",
"build:debug": "vite build --debug --minify false",
"build:watch": "pnpm nx watch --projects=@google-keep-clone/core -- pnpm run build",
"test": "sst bind vitest",
"typecheck": "tsc -noEmit",
Expand Down

0 comments on commit 1b5afbe

Please sign in to comment.