We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e53a1f2 commit 953d5b3Copy full SHA for 953d5b3
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "rc-field-form",
3
- "version": "0.0.0",
+ "version": "0.0.0-alpha.0",
4
"description": "React Form Component",
5
"keywords": [
6
"react",
@@ -31,7 +31,7 @@
31
"build": "father doc build --storybook",
32
"compile": "father build",
33
"gh-pages": "rc-tools run gh-pages",
34
- "pub": "rc-tools run pub --babel-runtime",
+ "prepublishOnly": "npm run compile",
35
"lint": "eslint src/ --ext .tsx,.ts",
36
"test": "father test",
37
"now-build": "npm run build"
0 commit comments