fix(postcss): use correct config

This commit is contained in:
moklick
2022-09-13 14:51:10 +02:00
parent 74e90445a9
commit 3f6702b927
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -27,7 +27,7 @@
"scripts": {
"dev": "concurrently \"rollup --config node:@reactflow/rollup-config --watch\" pnpm:css-watch",
"build": "rollup --config node:@reactflow/rollup-config --environment NODE_ENV:production && npm run css",
"css": "postcss src/*.css --config ../../postcss-config/index.js --dir dist",
"css": "postcss src/*.css --config ../../tooling/postcss-config/postcss.config.js --dir dist",
"css-watch": "pnpm css --watch",
"lint": "eslint --ext .js,.jsx,.ts,.tsx src",
"typecheck": "tsc --noEmit"