Skip to content

Commit

Permalink
web ci:remove build
Browse files Browse the repository at this point in the history
  • Loading branch information
liuliu-dev committed Sep 16, 2024
1 parent b6b0ac3 commit 55adab2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"clean:misc": "rimraf node_modules '*/node_modules' '*/.eslintcache' '*/*.tsbuildinfo' '*/dist' web/.next",
"compile": "npm-run-all 'compile:*'",
"compile:graphql-server": "yarn workspace @dolt-sql-workbench/graphql-server compile",
"compile:dolthub": "yarn workspace @dolt-sql-workbench/web compile"
"compile:web": "yarn workspace @dolt-sql-workbench/web compile"
},
"build": {
"appId": "com.dolthub.dolt-workbench",
Expand Down Expand Up @@ -68,4 +68,4 @@
"rimraf": "^6.0.1",
"typescript": "^5.4.5"
}
}
}
4 changes: 2 additions & 2 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"private": true,
"packageManager": "[email protected]",
"scripts": {
"ci": "yarn prettier && yarn compile && yarn lint && yarn test && yarn build",
"ci": "yarn prettier && yarn compile && yarn lint && yarn test",
"clean": "tsc -b --clean && yarn yalc:clean",
"compile": "tsc -b",
"dev": "next dev -p 3002",
Expand Down Expand Up @@ -114,4 +114,4 @@
"resolutions": {
"@types/react": "18.3.5"
}
}
}

0 comments on commit 55adab2

Please sign in to comment.