Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
16601314215 authored and 16601314215 committed Aug 17, 2024
1 parent bb10fa6 commit 88ea3af
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 @@
"build": "dotenv -- turbo run build --filter=$(dotenv -- printenv PROJECT_NAME || echo web-tura)...",
"build:ci": "turbo run build --continue --concurrency=1",
"clean": "yarn cache clean --mirror && [ -d \"node_modules\" ] && dotenv -- turbo run clean && rm -rf node_modules",
"start": "dotenv -- turbo run start --filter=$(dotenv -- printenv PROJECT_NAME || echo webweb-tura)...",
"start": "dotenv -- turbo run start --filter=$(dotenv -- printenv PROJECT_NAME || echo web-tura)...",
"format": "prettier --write \"{**/src/{,**/}*.{js,ts,tsx,mjs,cjs,md},e2e/{,**/}*.{js,ts,tsx,mjs,cjs,md}}\"",
"ts-check": "dotenv -- turbo run ts-check --filter=$(dotenv -- printenv PROJECT_NAME || echo web-tura)...",
"ts-check:ci": "turbo run ts-check --continue",
Expand Down

0 comments on commit 88ea3af

Please sign in to comment.