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 4242 publish-module :
4343 name : ' Publish Module to NPM on Node ${{ matrix.node }} and ${{ matrix.os }}'
4444 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')
4646 runs-on : ubuntu-latest
4747 steps :
4848 - name : Checkout repo
Original file line number Diff line number Diff line change 3333 }
3434 ],
3535 "scripts" : {
36- "prebuild" : " npm run clean " ,
36+ "prebuild" : " rimraf dist " ,
3737 "build" : " microbundle build --jsx React.createElement" ,
3838 "lint" : " eslint '**/*.{js,ts}'" ,
3939 "lint:fix" : " npm run lint -- --fix" ,
You can’t perform that action at this time.
0 commit comments