-
Notifications
You must be signed in to change notification settings - Fork 27.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
"scripts": { | ||
"new-error": "plop error", | ||
"new-test": "plop test", | ||
"clean": "lerna clean -y && lerna bootstrap && lerna run clean && lerna exec 'rm -rf ./dist'", | ||
"clean": "lerna clean -y && lerna bootstrap && lerna run clean", | ||
"build": "turbo run build", | ||
"lerna": "lerna", | ||
"dev": "turbo run dev --parallel", | ||
|
@@ -45,7 +45,7 @@ | |
"next-with-deps": "./scripts/next-with-deps.sh", | ||
"next": "cross-env NEXT_TELEMETRY_DISABLED=1 node --trace-deprecation --enable-source-maps packages/next/dist/bin/next", | ||
"next-no-sourcemaps": "cross-env NEXT_TELEMETRY_DISABLED=1 node --trace-deprecation packages/next/dist/bin/next", | ||
"clean-trace-jaeger": "rm -rf test/integration/basic/.next && TRACE_TARGET=JAEGER pnpm next build test/integration/basic", | ||
"clean-trace-jaeger": "rimraf test/integration/basic/.next && TRACE_TARGET=JAEGER pnpm next build test/integration/basic", | ||
"debug": "cross-env NEXT_TELEMETRY_DISABLED=1 node --inspect packages/next/dist/bin/next", | ||
"postinstall": "git config index.skipHash false && node scripts/install-native.mjs", | ||
"version": "npx [email protected] install --no-frozen-lockfile && IS_PUBLISH=yes ./scripts/check-pre-compiled.sh && git add .", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters