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 c5b76e9 commit 6a9942aCopy full SHA for 6a9942a
packages/charts/package.json
@@ -28,8 +28,6 @@
28
"sideEffects": false,
29
"scripts": {
30
"clean": "rimraf dist",
31
- "build:css": "postcss --base src --dir dist/css src/**/*.css",
32
- "build:css-bundle": "node ../../config/merge-css-modules.js",
33
"watch:css": "yarn build:css --watch"
34
},
35
"dependencies": {
tsconfig.build.json
@@ -7,9 +7,6 @@
7
{
8
"path": "./packages/main/tsconfig.build.json"
9
10
- {
11
- "path": "./packages/charts/tsconfig.build.json"
12
- },
13
14
"path": "./packages/cypress-commands/tsconfig.build.json"
15
0 commit comments