Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions freelens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@
"clean": "corepack pnpm dlx [email protected] binaries dist static/build",
"clean:node_modules": "corepack pnpm dlx [email protected] node_modules",
"build": "webpack --config webpack/webpack.ts --progress",
"postbuild": "corepack pnpm build:resources",
"build:dev": "NODE_ENV=development webpack --config webpack/webpack.ts --progress",
"postbuild:dev": "corepack pnpm build:resources",
"build:resources": "corepack pnpm \"/^build:resources:/\"",
"build:resources:client": "ensure-binaries --package package.json --base-dir binaries/client",
"build:resources:license": "generate-license --prod --header license-header.txt --output static/build/license.txt",
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@
"biome:fix": "corepack pnpm biome check --fix",
"biome:migrate": "corepack pnpm biome migrate --write",
"build": "turbo run build --",
"postbuild": "turbo run build:resources --",
"build:app": "turbo run build:app --",
"build:app:dir": "corepack pnpm build:app dir",
"build:core": "cd packages/core && corepack pnpm build",
"build:dev": "NODE_ENV=development turbo run build:dev --",
"postbuild:dev": "turbo run build:resources --",
"build:freelens": "cd freelens && corepack pnpm build",
"build:resources": "turbo run build:resources --",
"clean": "corepack pnpm -r clean",
Expand Down
2 changes: 1 addition & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"build:resources": {
"dependsOn": ["^build:resources"],
"env": ["CC", "CXX", "DOWNLOAD_ALL_ARCHITECTURES", "NODE_ENV"],
"inputs": ["package.json"],
"inputs": ["package.json", "**/logo-lens.svg"],
"outputs": ["binaries/**", "static/build/**"]
},
"dev": {
Expand Down
Loading