Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit 1b660f4

Browse files
authored
Merge pull request #30 from klaytn/feat/celer-bugs
Fixed readme link issues
2 parents 63fd80f + 06d205b commit 1b660f4

File tree

11 files changed

+30
-68257
lines changed

11 files changed

+30
-68257
lines changed

.github/workflows/publish.yml

+8-2
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,18 @@ jobs:
2020
node-version: 16
2121
registry-url: https://registry.npmjs.org/
2222
- name: Install dependencies and build 🔧
23-
run: npm ci && npm run build
23+
run: npm install --force && npm run build
2424
- name: linting
2525
run: npm run lint
2626
- name: testing
2727
run: npm run test
2828
- name: Publish package on NPM 📦
29-
run: npx pnpm --filter "@klaytn/kds-*" -r publish --publish-branch main --no-git-check --access public
29+
run: npx pnpm --filter "@klaytn/kds-*" --filter !"@klaytn/kds-cli" -r publish --no-git-check --access public
3030
env:
3131
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
32+
- name: Install kds-cli dependencies
33+
run: cd packages/kds-cli && npm install --force
34+
- name: Publish project1 package on NPM 📦
35+
run: npx pnpm --filter "@klaytn/kds-cli" -r publish --no-git-check --access public
36+
env:
37+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)