Skip to content
Snippets Groups Projects
Commit 2cc8567d authored by Yannis Barlas's avatar Yannis Barlas
Browse files

ci(*): fix wrong imports

parent 574e8972
No related branches found
No related tags found
1 merge request!503ci(*): fix wrong imports
...@@ -17,7 +17,7 @@ COPY wax-questions-service/package.json wax-questions-service/ ...@@ -17,7 +17,7 @@ COPY wax-questions-service/package.json wax-questions-service/
COPY wax-table-service/package.json wax-table-service/ COPY wax-table-service/package.json wax-table-service/
COPY yarn.lock . COPY yarn.lock .
RUN yarn install --frozen-lockfile RUN yarn install --frozen-lockfile --production=false
COPY . . COPY . .
......
...@@ -9,8 +9,8 @@ import OEN from './OEN/OEN'; ...@@ -9,8 +9,8 @@ import OEN from './OEN/OEN';
import 'wax-prosemirror-core/dist/index.css'; import 'wax-prosemirror-core/dist/index.css';
import 'wax-prosemirror-services/dist/index.css'; import 'wax-prosemirror-services/dist/index.css';
import 'wax-prosemirror-questions/dist/index.css'; import 'wax-questions-service/dist/index.css';
import 'wax-prosemirror-table/dist/index.css'; import 'wax-table-service/dist/index.css';
const GlobalStyle = createGlobalStyle` const GlobalStyle = createGlobalStyle`
body { body {
......
...@@ -41,7 +41,6 @@ ...@@ -41,7 +41,6 @@
"resolutions": { "resolutions": {
"styled-components": "5.3.1" "styled-components": "5.3.1"
}, },
"devDependencies": { "devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.0.0", "@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-decorators": "^7.0.0", "@babel/plugin-proposal-decorators": "^7.0.0",
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment