Skip to content

Commit e66b835

Browse files
committed
update build-app
1 parent 3fda166 commit e66b835

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

next.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,6 @@ export default withNextIntl({
243243
},
244244
basePath,
245245
output: isVercel ? undefined : 'standalone',
246-
serverExternalPackages: ['playwright-core'],
247246
typescript: {
248247
ignoreBuildErrors: true,
249248
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"start-docker": "npm-run-all check-db update-tracker start-server",
1919
"start-env": "node scripts/start-env.js",
2020
"start-server": "node server.js",
21-
"build-app": "next build --turbo",
21+
"build-app": "next build",
2222
"build-icons": "svgr ./src/assets --out-dir src/components/svg --typescript",
2323
"build-components": "node scripts/bump-components.js && tsup",
2424
"build-tracker": "rollup -c rollup.tracker.config.js",

0 commit comments

Comments
 (0)