File tree Expand file tree Collapse file tree 4 files changed +8
-7
lines changed Expand file tree Collapse file tree 4 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 57
57
name : Set build environment variables
58
58
run : node ./tools/cli/loadenv.cjs -gc=test
59
59
- id : check-build
60
- name : Check build:all
60
+ name : Check builds
61
61
run : yarn prepack --tarball --env=test
62
62
- id : env-post
63
63
name : Post Set build environment variables
Original file line number Diff line number Diff line change 4
4
#
5
5
# - https://typicode.github.io/husky
6
6
7
- yarn test:all --lastCommit --no-cache
7
+ yarn test --lastCommit --no-cache
Original file line number Diff line number Diff line change 30
30
"check:upgrades" : " yarn upgrade-interactive" ,
31
31
"fix:format" : " prettier --write ." ,
32
32
"fix:style" : " yarn check:style --fix --cache" ,
33
- "test" : " yarn workspace @flex-development/$0 test" ,
34
- "test:all" : " bash tools/scripts/jest.sh" ,
35
- "build" : " yarn workspace @flex-development/$0 build" ,
36
- "release" : " yarn workspace @flex-development/$0 release"
33
+ "test" : " bash tools/scripts/jest.sh" ,
34
+ "test:exceptions" : " yarn workspace @flex-development/exceptions test" ,
35
+ "build" : " yarn workspaces foreach -iv --topological-dev run build" ,
36
+ "build:exceptions" : " yarn workspace @flex-development/exceptions build" ,
37
+ "release:exceptions" : " yarn workspace @flex-development/exceptions release"
37
38
},
38
39
"devDependencies" : {
39
40
"@babel/core" : " 7.15.8" ,
Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ const options: IGreaseOptions = {
154
154
postchangelog : `yarn pack -o %s-%v.tgz ${ ( argv . d && '-n' ) || '' } ` . trim ( ) ,
155
155
postcommit : 'git pnv' ,
156
156
postgreaser : 'yarn clean:build' ,
157
- prerelease : `yarn test ${ $WNS } `
157
+ prerelease : `yarn test: ${ $WNS } `
158
158
} ,
159
159
// `continuous-deployment` workflow will create new tag
160
160
skip : { tag : true } ,
You can’t perform that action at this time.
0 commit comments