Skip to content

Commit

Permalink
Init develop
Browse files Browse the repository at this point in the history
  • Loading branch information
pama0917 committed Jan 15, 2025
1 parent 71e5fee commit c8b8eef
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
17 changes: 17 additions & 0 deletions .github/workflows/npm-ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: NPM CI/CD Workflow

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

jobs:
call-npm-ci-cd-workflow:
uses: netcracker/qubership-apihub-ci/.github/workflows/npm-ci.yaml@develop
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"devDependencies": {
"tslib": "2.6.3",
"@netcracker/qubership-apihub-npm-gitflow": "1.0.13",
"@netcracker/qubership-apihub-npm-gitflow": "1.0.14-dev.1",
"@types/node": "^18.0.0",
"vite": "4.5.0",
"vite-plugin-dts": "3.6.4",
Expand Down

0 comments on commit c8b8eef

Please sign in to comment.