Simple script to recursively look for .eslintrc.json files in the project and migrate them to eslint.config.mjs by running npx @eslint/migrate-config .eslintrc.json.Usage# npm npm install -g nx-migrate-eslint #
24 - # Using npm ci with ignore-scripts to avoid unwanted prepare script, then build explicitly 25 - # If pnpm-lock.yaml exists, consider installing via npm 26 - RUN npm install --ignore-scripts || true 27 + # 使用pnpm 安装依赖 (Install dependencies with pnpm) 28 + RUN pnpm ...
61 + - run: pnpm lerna run build --scope @vuetify/api-generator 62 62 shell: bash 63 63 - name: NPM Release 64 64 run: | .github/actions/pnpm-install/action.ymlCopy file name to clipboard +17 Original file line numberDiff line numberDiff line change @@ -0,0 +1,17 ...
pnpm install && NEXT_PUBLIC_API_URI=$TEMP_NEXT_PUBLIC_API_URL/graphql/ pnpm run build && pnpm run postbuild startCommand: NEXT_PUBLIC_API_URI=$TEMP_NEXT_PUBLIC_API_URL/graphql/ pnpm start envVars: - key: TEMP_NEXT_PUBLIC_API_URL fromService: name: saleor type: web envVarKey: RENDER...
59.200 fi env node -v npm i -g pnpm pnpm -v pnpm install # 构建静态资源 pnpm build # 构建镜像 node ./scripts/docker-build.js # 发布 node ./scripts/docker-publish.js # 更新 node ./scripts/rancher-update.js check.sh #!/usr/bin/env bash set -e set -x # 规范检查 env node -...
23 - - run: npm install 24 - - run: npm run build --if-present 25 - - run: npm test 23 + - name: Install pnpm 24 + uses: pnpm/action-setup@v2 25 + with: 26 + version: 10 27 + run_install: false 28 + - name: Get pnpm store directory ...
Describe the bug When trying to run the pnpm tauri migrate command I get an error about trying to install NPM package. Reproduction Just run the install and migrate command inside the apps/desktop folder https://github.com/get-boonda/boo...
mistercrunch #32692 i-love-thinking:pnpm-migration Status Success Total duration 1m 10s Artifacts – superset-python-presto-hive.yml on: pull_request test-postgres-presto 53s test-postgres-hive 34s Oh hello! Nice to see you. Made with ️ by humans.txt ...
apache/supersetPublic NotificationsYou must be signed in to change notification settings Fork15k Star66.2k Welcome New Contributor Sign in to view logs Triggered via pull requestMarch 16, 2025 08:29 i-love-thinking opened#32692 StatusSuccess ...
- name: Run Npm Scripts node-version: '16' - name: Install pnpm id: pnpm-install uses: pnpm/action-setup@v2 with: version: 7 run_install: false - name: Get pnpm store directory id: pnpm-cache run: | echo "::set-output name=pnpm_cache_dir::$(pnpm store path)" - name: Setup ...