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 71ee0fa commit 8564015Copy full SHA for 8564015
package.json
@@ -24,7 +24,8 @@
24
"test:lint": "eslint . --ext .js,.jsx",
25
"test:unit": "jest test[\\\\/]unit[\\\\/]addons",
26
"test:smoke": "jest --runInBand test[\\\\/]smoke",
27
- "watch": "webpack --colors --watch"
+ "watch": "webpack --colors --watch",
28
+ "dev": "export ZCAPIHOST='http://localhost:3000' && export ZCASSETHOST='https://s4-1.wuyuan.1r.ink/' && npm run start"
29
},
30
"config": {
31
"commitizen": {
src/components/menu-bar/menu-bar.jsx
@@ -1019,7 +1019,7 @@ class MenuBar extends React.Component {
1019
</div>
1020
1021
<div className={styles.menuBarItem}>
1022
- <Button id="zerocatool">测试</Button>
+ <Button id="zerocattool">测试</Button>
1023
1024
1025
0 commit comments