File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 42
42
publish-module :
43
43
name : ' Publish Module to NPM on Node ${{ matrix.node }} and ${{ matrix.os }}'
44
44
needs : build
45
- if : github.repository == 'react-hook-form/resolvers ' && (github.ref =='refs/heads/master' || github.ref == 'refs/heads/1.x')
45
+ if : github.repository == 'react-hook-form/error-message ' && (github.ref =='refs/heads/master' || github.ref == 'refs/heads/1.x')
46
46
runs-on : ubuntu-latest
47
47
steps :
48
48
- name : Checkout repo
Original file line number Diff line number Diff line change 33
33
}
34
34
],
35
35
"scripts" : {
36
- "prebuild" : " npm run clean " ,
36
+ "prebuild" : " rimraf dist " ,
37
37
"build" : " microbundle build --jsx React.createElement" ,
38
38
"lint" : " eslint '**/*.{js,ts}'" ,
39
39
"lint:fix" : " npm run lint -- --fix" ,
You can’t perform that action at this time.
0 commit comments