Skip to content

Commit

Permalink
remove next-core package.json dev script (#47746)
Browse files Browse the repository at this point in the history
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
ForsakenHarmony and kodiakhq[bot] committed Mar 31, 2023
1 parent 04bfb31 commit 5cb370f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 1 addition & 2 deletions packages/next-swc/crates/next-core/js/package.json
Expand Up @@ -7,8 +7,7 @@
"scripts": {
"build": "pnpm build:compiled && pnpm check",
"build:compiled": "node build.mjs",
"check": "tsc --noEmit",
"dev": "pnpm build"
"check": "tsc --noEmit"
},
"dependencies": {
"@vercel/turbopack-dev-runtime": "https://gitpkg.now.sh/vercel/turbo/crates/turbopack-dev/js?turbopack-230321.3",
Expand Down
3 changes: 0 additions & 3 deletions packages/next-swc/crates/next-core/js/turbo.json
Expand Up @@ -4,9 +4,6 @@
"pipeline": {
"build": {
"outputs": ["src/compiled/**"]
},
"dev": {
"outputs": ["src/compiled/**"]
}
}
}

0 comments on commit 5cb370f

Please sign in to comment.