Skip to content

Commit

Permalink
chore:merge from feauture/introduce-lerna to develop
Browse files Browse the repository at this point in the history
  • Loading branch information
b41ex committed Jan 22, 2025
2 parents d34cebc + e2b66a6 commit 0ecdfe5
Show file tree
Hide file tree
Showing 19 changed files with 32,708 additions and 15,060 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/frontend-ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Frontend CI Workflow

on:
push:
branches:
- main
- release
- develop
- feature/*
delete:
branches:
- release
- feature/*

jobs:
call-frontend-ci-workflow:
uses: netcracker/qubership-apihub-ci/.github/workflows/frontend-ci.yaml@main
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@netcracker:registry=https://npm.pkg.github.com/
4 changes: 4 additions & 0 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "2.9.5-dev.0"
}
Loading

0 comments on commit 0ecdfe5

Please # to comment.