Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prettify package.json
Browse files Browse the repository at this point in the history
xbtmatt committed Nov 12, 2024
1 parent aa878e7 commit f6e42ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/typescript/frontend/package.json
Original file line number Diff line number Diff line change
@@ -90,8 +90,8 @@
"scripts": {
"_format": "prettier './**/*.{js,jsx,ts,tsx,css,md}' --config ./.prettierrc.js",
"build": "next build",
"build:no-checks": "IGNORE_BUILD_ERRORS=true next build --no-lint",
"build:debug": "BUILD_DEBUG=true next build --no-lint --no-mangling --debug",
"build:no-checks": "IGNORE_BUILD_ERRORS=true next build --no-lint",
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist && rm -rf .next",
"dev": "NODE_OPTIONS='--inspect' next dev --turbo --port 3001",
"format": "pnpm _format --write",

0 comments on commit f6e42ea

Please sign in to comment.