Skip to content

Commit 7413cba

Browse files
committed
chore: make compile:watch cross-platform
1 parent ec0b3ce commit 7413cba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/ui-components/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"compile:ts": "tsc",
2828
"compile:css": "postcss --dir dist --base src \"src/**/*.module.css\" src/styles/index.css",
2929
"compile": "node --run compile:ts && node --run compile:css",
30-
"compile:watch": "node --run compile:ts -- --watch & node --run compile:css -- --watch",
30+
"compile:watch": "concurrently -k \"node --run compile:ts -- --watch\" \"node --run compile:css -- --watch\"",
3131
"release": "node --run compile",
3232
"lint": "node --run lint:js && node --run lint:css",
3333
"lint:css": "stylelint \"**/*.css\" --allow-empty-input --cache --cache-strategy=content --cache-location=.stylelintcache",
@@ -69,6 +69,7 @@
6969
"@types/node": "catalog:",
7070
"@types/react": "catalog:",
7171
"cross-env": "catalog:",
72+
"concurrently": "^8.2.2",
7273
"css-loader": "~7.1.2",
7374
"eslint-plugin-react": "~7.37.5",
7475
"eslint-plugin-react-hooks": "^7.0.1",

0 commit comments

Comments
 (0)