Skip to content

Commit ec6084b

Browse files
committed
refactor(yarn): reenable workspaces
1 parent 60922cb commit ec6084b

File tree

6 files changed

+2952
-1337
lines changed

6 files changed

+2952
-1337
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"private": true,
3-
"_workspaces": [
3+
"workspaces": [
44
"packages/*"
55
],
66
"scripts": {

packages/graphql-playground-react/postcss.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module.exports = (ctx) => ({
55
}),
66
require('postcss-cssnext')(),
77
require('postcss-inherit')({
8-
globalStyles: 'node_modules/graphcool-styles/dist/styles.css',
8+
globalStyles: '../../node_modules/graphcool-styles/dist/styles.css',
99
propertyRegExp: /^(inherit|extend|p)s?:?$/i,
1010
}),
1111
]

packages/graphql-playground-react/src/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import Root from './components/Root'
44
import './styles/graphiql_dark.css'
55
import './styles/graphiql_light.css'
66
import './index.css'
7-
import 'graphcool-styles/dist/styles.css'
87

98
if (process.env.NODE_ENV !== 'production') {
109
/* tslint:disable-next-line */

packages/graphql-playground-react/src/localDevIndex.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import MiddlewareApp from './components/MiddlewareApp'
44
import './styles/graphiql_dark.css'
55
import './styles/graphiql_light.css'
66
import './index.css'
7-
import 'graphcool-styles/dist/styles.css'
87

98
if (process.env.NODE_ENV !== 'production') {
109
/* tslint:disable-next-line */

packages/graphql-playground-react/src/middlewareIndex.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import MiddlewareApp from './components/MiddlewareApp'
44
import './styles/graphiql_dark.css'
55
import './styles/graphiql_light.css'
66
import './index.css'
7-
import 'graphcool-styles/dist/styles.css'
87

98
if (process.env.NODE_ENV !== 'production') {
109
/* tslint:disable-next-line */

0 commit comments

Comments
 (0)