File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 16
16
node-version : 16.3.0
17
17
registry-url : " https://registry.npmjs.org"
18
18
- run : yarn install
19
- - run : yarn build
19
+ - run : yarn build-for-publish
20
20
- name : Inject slug/short variables
21
21
uses : rlespinasse/github-slug-action@v4
22
22
- name : Validate Tag
Original file line number Diff line number Diff line change 11
11
.nyc_output /
12
12
coverage /
13
13
.spectral.json
14
- # .spectral.yaml
14
+ .spectral.yaml
15
15
.spectral.yml
16
16
/types
Original file line number Diff line number Diff line change 6
6
"main" : " ruleset.yaml" ,
7
7
"scripts" : {
8
8
"build" : " npm run clean && tsc && npm run copy-ruleset" ,
9
+ "build-for-publish" : " tsc && npm run copy-ruleset && npm run copy-ruleset" ,
9
10
"clean" : " rm -rf dist" ,
10
11
"lint" : " eslint src/**/*.ts" ,
11
12
"publish" : " npm publish dist" ,
You can’t perform that action at this time.
0 commit comments