mirror of
https://github.com/plankanban/planka.git
synced 2025-08-10 16:05:35 +02:00
adapt to ci
This commit is contained in:
parent
b02f920784
commit
26660c8555
4 changed files with 5 additions and 6 deletions
|
@ -1 +1 @@
|
|||
REACT_APP_VERSION=1.12.0
|
||||
REACT_APP_VERSION=1.12.0
|
|
@ -5,7 +5,7 @@
|
|||
"build": "react-app-rewired build",
|
||||
"eject": "react-scripts eject",
|
||||
"lint": "eslint --ext js,jsx src config-overrides.js",
|
||||
"start": "react-app-rewired start",
|
||||
"start": "DISABLE_ESLINT_PLUGIN=trues react-app-rewired start",
|
||||
"test": "react-app-rewired test"
|
||||
},
|
||||
"browserslist": {
|
||||
|
|
|
@ -135,9 +135,7 @@ const Login = React.memo(
|
|||
onDismiss={onMessageDismiss}
|
||||
/>
|
||||
)}
|
||||
<h1>42pub TeamBoard</h1>
|
||||
<p>Please use https://board.42.pub/enter</p>
|
||||
{/* <Form size="large" onSubmit={handleSubmit}>
|
||||
<Form size="large" onSubmit={handleSubmit}>
|
||||
<div className={styles.inputWrapper}>
|
||||
<div className={styles.inputLabel}>{t('common.emailOrUsername')}</div>
|
||||
<Input
|
||||
|
@ -172,7 +170,7 @@ const Login = React.memo(
|
|||
loading={isSubmitting}
|
||||
disabled={isSubmitting}
|
||||
/>
|
||||
</Form> */}
|
||||
</Form>
|
||||
</div>
|
||||
</div>
|
||||
</Grid.Column>
|
||||
|
|
1
server/pm2-watch.config.js
Symbolic link
1
server/pm2-watch.config.js
Symbolic link
|
@ -0,0 +1 @@
|
|||
./.ci/dev/pm2-watch.config.js
|
Loading…
Add table
Add a link
Reference in a new issue