We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0668340 + 306d50e commit de4a470Copy full SHA for de4a470
2 files changed
.github/workflows/main.yml
@@ -42,7 +42,7 @@ jobs:
42
publish-module:
43
name: 'Publish Module to NPM on Node ${{ matrix.node }} and ${{ matrix.os }}'
44
needs: build
45
- if: github.repository == 'react-hook-form/resolvers' && (github.ref =='refs/heads/master' || github.ref == 'refs/heads/1.x')
+ if: github.repository == 'react-hook-form/error-message' && (github.ref =='refs/heads/master' || github.ref == 'refs/heads/1.x')
46
runs-on: ubuntu-latest
47
steps:
48
- name: Checkout repo
package.json
@@ -33,7 +33,7 @@
33
}
34
],
35
"scripts": {
36
- "prebuild": "npm run clean",
+ "prebuild": "rimraf dist",
37
"build": "microbundle build --jsx React.createElement",
38
"lint": "eslint '**/*.{js,ts}'",
39
"lint:fix": "npm run lint -- --fix",
0 commit comments