Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
Common CI Configuration
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hive
Common CI Configuration
Merge requests
!75
browser extension binaries are cached in the emsdk image to simplify testing
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
browser extension binaries are cached in the emsdk image to simplify testing
bw_browser_extension_download
into
develop
Overview
0
Commits
9
Pipelines
7
Changes
3
Merged
Bartek Wrona
requested to merge
bw_browser_extension_download
into
develop
3 weeks ago
Overview
0
Commits
9
Pipelines
7
Changes
3
Expand
0
0
Merge request reports
Viewing commit
563735f2
Show latest version
3 files
+
3
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
563735f2
Use pnpm --recursive processing scheme for install, build and publish phases
· 563735f2
Bartek Wrona
authored
3 weeks ago
scripts/bash/npm-helpers/npm_build_package.sh
+
1
−
1
Options
@@ -15,7 +15,7 @@ pushd "${SOURCE_DIR}" # move to the project directory (where package.json file i
"
${
SCRIPTPATH
}
/npm_generate_version.sh"
"
${
SOURCE_DIR
}
"
"
${
REGISTRY_URL
}
"
"
${
SCOPE
}
"
"
${
PROJECT_NAME
}
"
"
${
COMMIT_REF_PROTECTED
}
"
"
${
COMMIT_TAG
}
"
npm run build
p
npm
--recursive
--workspace-concurrency
=
1
run build
"
${
SCRIPTPATH
}
/npm_pack_package.sh"
"
${
SOURCE_DIR
}
"
"
${
REGISTRY_URL
}
"
"
${
SCOPE
}
"
"
${
PROJECT_NAME
}
"
"
${
OUTPUT_DIR
}
"
"
${
COMMIT_REF_PROTECTED
}
"
"
${
COMMIT_TAG
}
"
Loading