Skip to content

Commit

Permalink
wait to build broken papi
Browse files Browse the repository at this point in the history
  • Loading branch information
flipchan committed Sep 20, 2024
1 parent 79d06df commit 6d67b4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"gen-gitinfo": "echo export default \"\\\"$(git rev-parse HEAD)\\\"\" > src/components/Bagpipes/_git_commit.js",
"build:tailwind": "npx tailwindcss -c ./tailwind.config.js -i ./src/index.css -o dist/output.css",
"dev": "npm run build:tailwind && vite --force",
"build": "npm run papi:generate && tsc && npm run build:tailwind && vite build",
"build": "tsc && npm run build:tailwind && vite build",
"test": "npx tsx src/run_tests.ts",
"format": "npx prettier --write 'src/*/*/*.ts' && npx prettier --write 'src/*.ts'",
"lint": "eslint src --ext js,jsx --report-unused-disable-directives --max-warnings 0",
Expand Down

0 comments on commit 6d67b4b

Please sign in to comment.