Skip to content

Commit

Permalink
fix(ci): اصلاح ci
Browse files Browse the repository at this point in the history
Signed-off-by: MD Amanalikhani <md.akhi.ir@gmail.com>
Co-authored-by: MD Amanalikhani <md.akhi.ir@gmail.com>
  • Loading branch information
md-akhi committed Oct 12, 2023
1 parent e227e55 commit 8b270c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
node-version: $NODE_VERSION
- name: Install dependencies
run: |
npm ci
npm i
npm test
publish-npmjs-pkg: #NPM Packages
Expand All @@ -44,7 +44,7 @@ jobs:
path: docs
- name: Install dependencies
run: |
npm ci
npm i
npm run build
npm publish --access public
env:
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
path: docs
- name: Install dependencies
run: |
npm ci
npm i
npm pkg set name="@md-akhi/shdate"
npm run build
npm publish
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: |
npm i
npm ci
npm test
# npm run build --if-present

0 comments on commit 8b270c2

Please sign in to comment.