Skip to content

Commit

Permalink
Fix Postcss build (#496)
Browse files Browse the repository at this point in the history
* Remove bundling

* Upgrade to node 20

* Change build ordering to wait for postcss
SorsOps authored Sep 24, 2024
1 parent ab4e192 commit 3776c8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/graph-editor/package.json
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@
],
"scripts": {
"start": "vite dev",
"build": "node ./scripts/extractVersion.mjs && tspc -p tsconfig.prod.json || npm run build:css",
"build": "node ./scripts/extractVersion.mjs && tspc -p tsconfig.prod.json && npm run build:css",
"build:css": "postcss src/index.scss --base src --dir dist --ext css",
"build:storybook": "storybook build",
"dev": "tspc -p tsconfig.prod.json --watch || npm run build:css --watch",

0 comments on commit 3776c8e

Please sign in to comment.