Skip to content

Commit

Permalink
chore: fix bad make for tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
maxholman committed Jun 26, 2024
1 parent 3fb6cdc commit 1bbe021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ build/global.css: node_modules dist/bin/token.js
pnpm exec prettier --write $@

tsconfig.json: node_modules tsconfig-vite.src.json
pnpm exec tsc -p tsconfig-vite.src.json --showConfig 1>> $@
pnpm exec tsc -p tsconfig-vite.src.json --showConfig 1> $@

build: $(SRCS) node_modules vite.config.ts vite-env.d.ts
NODE_ENV=production pnpm exec vite build
Expand Down

0 comments on commit 1bbe021

Please sign in to comment.