File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 27
27
- run : npm ci
28
28
- run : npm run lint --workspace=packages
29
29
- run : npm run build --workspace=packages
30
- - run : npm publish --workspace=main
30
+ - run : npm publish --workspace=packages/ main
31
31
env :
32
32
NODE_AUTH_TOKEN : ${{secrets.GITHUB_TOKEN}}
Original file line number Diff line number Diff line change 24
24
- run : npm ci
25
25
- run : npm run lint --workspace=packages
26
26
- run : npm run build --workspace=packages
27
- - run : npm publish --workspace=main
27
+ - run : npm publish --workspace=packages/ main
28
28
env :
29
29
NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 5
5
"license" : " Apache-2.0" ,
6
6
"scripts" : {
7
7
"build" : " npm run build --workspaces" ,
8
- "build:worker" : " npm run build --workspace=worker" ,
8
+ "build:worker" : " npm run build --workspace=packages/ worker" ,
9
9
"test" : " npm run test --workspaces" ,
10
- "test:worker" : " npm run test --workspace=worker" ,
11
- "test:main" : " npm run test --workspace=main" ,
10
+ "test:worker" : " npm run test --workspace=packages/ worker" ,
11
+ "test:main" : " npm run test --workspace=packages/ main" ,
12
12
"lint" : " npm run lint --workspaces"
13
13
},
14
14
"workspaces" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @codebam/cf-workers-telegram-bot" ,
3
- "version" : " 7.21 .0" ,
3
+ "version" : " 7.22 .0" ,
4
4
"description" : " serverless telegram bot on cf workers" ,
5
5
"main" : " ./dist/main.js" ,
6
6
"module" : " ./dist/main.js" ,
You can’t perform that action at this time.
0 commit comments