Skip to content

Commit d0ede48

Browse files
authoredJul 18, 2024··
Merge pull request #13 from agiletech-web-dev/release
2 parents 9ccad98 + 9ff152a commit d0ede48

File tree

223 files changed

+466
-319
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

223 files changed

+466
-319
lines changed
 

‎.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: pnpm install
5151

5252
- name: Build
53-
run: pnpm build
53+
run: pnpm core:build
5454

5555
- name: Typecheck
5656
run: pnpm typecheck
@@ -72,7 +72,7 @@ jobs:
7272
run: pnpm install
7373

7474
- name: Build
75-
run: pnpm build
75+
run: pnpm core:build
7676

7777
- name: Test
7878
run: pnpm test

‎.github/workflows/release.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ jobs:
3939
env:
4040
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
4141

42-
- run: pnpm run publish
42+
- name: Publish
43+
run: node scripts/publish.js
4344
env:
44-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
45+
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
46+
NPM_CONFIG_PROVENANCE: true

0 commit comments

Comments
 (0)
Please sign in to comment.