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
!73
Remove tail from npm pack package script
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Remove tail from npm pack package script
tm-remove-tail-npm-pack-package
into
develop
Overview
0
Commits
4
Pipelines
11
Changes
1
Merged
Mateusz Tyszczak
requested to merge
tm-remove-tail-npm-pack-package
into
develop
1 month ago
Overview
0
Commits
4
Pipelines
11
Changes
1
Expand
0
0
Merge request reports
Viewing commit
853360e2
Prev
Next
Show latest version
1 file
+
10
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
853360e2
Added common Hive TS DevContainer specification
· 853360e2
Bartek Wrona
authored
1 month ago
pnpm-config/.devcontainer/devcontainer.json
0 → 100644
+
10
−
0
Options
{
"name"
:
"Hive NodeJS & Typescript"
,
"image"
:
"registry.gitlab.syncad.com/hive/common-ci-configuration/emsdk:4.0.1-2@sha256:d0c5fbd811ef2447fdf411ee1e2a111c50ad0ec610cf3d6bf2d186530bc883ad"
,
"containerUser"
:
"emscripten"
,
"customizations"
:
{
"vscode"
:
{
"extensions"
:
[]
}
}
}
\ No newline at end of file
Loading