File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 27
27
id : changesets
28
28
uses : changesets/action@v1
29
29
with :
30
- publish : npx changeset publish
30
+ publish : npm run publish
31
31
env :
32
32
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
33
33
NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 16
16
"watch-docs" : " nodemon" ,
17
17
"lint" : " npx eslint ./packages/**/*.js" ,
18
18
"lint:fix" : " npx eslint ./packages/**/*.js --fix" ,
19
- "lint:fix-dry" : " npx eslint ./packages/**/*.js --fix-dry-run"
19
+ "lint:fix-dry" : " npx eslint ./packages/**/*.js --fix-dry-run" ,
20
+ "release" : " npm run build -w @bluecadet/launchpad && changeset publish"
20
21
},
21
22
"repository" : {
22
23
"type" : " git" ,
Original file line number Diff line number Diff line change 14
14
},
15
15
"scripts" : {
16
16
"start" : " node index.js" ,
17
- "test" : " cd test && node test.js"
17
+ "test" : " cd test && node test.js" ,
18
+ "build" : " tsc --build"
18
19
},
19
20
"repository" : {
20
21
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments