Commit e2f676a 1 parent c3732f4 commit e2f676a Copy full SHA for e2f676a
File tree 3 files changed +13
-29
lines changed
3 files changed +13
-29
lines changed Original file line number Diff line number Diff line change 8
8
types : [created, workflow_dispatch]
9
9
10
10
jobs :
11
- build :
12
- runs-on : ubuntu-latest
13
- steps :
14
- - uses : actions/checkout@v4
15
- - uses : actions/setup-node@v4
16
- with :
17
- node-version : 21
18
- - run : npm ci
19
- - run : npx playwright install
20
- - run : npm test
21
-
22
11
publish-npm :
23
- needs : build
24
12
runs-on : ubuntu-latest
25
13
steps :
26
14
- uses : actions/checkout@v4
29
17
node-version : 21
30
18
registry-url : https://registry.npmjs.org/
31
19
- run : npm ci
32
- - run : npm build
20
+ - run : npm run build
33
21
- run : npm publish
34
22
env :
35
23
NODE_AUTH_TOKEN : ${{secrets.npm_token}}
43
31
44
32
steps :
45
33
- uses : actions/checkout@v4
46
-
47
- - name : Publish package
48
- run : npx jsr publish
34
+ - uses : actions/setup-node@v4
35
+ with :
36
+ node-version : 21
37
+ registry-url : https://registry.npmjs.org/
38
+ - run : npm ci
39
+ - run : npm run build
40
+ - run : npx jsr publish
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " @koddsson/context-protocol" ,
3
+ "version" : " 0.0.2" ,
4
+ "exports" : " ./index.ts"
5
+ }
You can’t perform that action at this time.
0 commit comments