Skip to content

Commit

Permalink
revert package change
Browse files Browse the repository at this point in the history
  • Loading branch information
thewbuk committed Aug 2, 2024
1 parent c19b704 commit fbe251f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/console/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"private": true,
"@instill-ai/prettier-config-cortex": "workspace:*",
"scripts": {
"dev": "cross-env NEXT_ENV_UPDATE_ENV_FILE=false node next-env.mjs && next dev",
"dev": "NEXT_ENV_UPDATE_ENV_FILE=false node next-env.mjs && next dev",
"build": "next build",
"start": "next start",
"test": "echo 'wip'",
Expand Down

0 comments on commit fbe251f

Please sign in to comment.