Skip to content

Commit de4a470

Browse files
committed
Merge branch 'fix-release' of github.com:react-hook-form/error-message into fix-release
2 parents 0668340 + 306d50e commit de4a470

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
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",

0 commit comments

Comments
 (0)