Skip to content

Commit 3199e2b

Browse files
committed
chore: Updated scripts
1 parent a2641ca commit 3199e2b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ember-container-query/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"dist"
4949
],
5050
"scripts": {
51-
"build": "concurrently \"npm:build:*\"",
51+
"build": "concurrently \"npm:build:*\" --names \"build:\"",
5252
"build:js": "rollup --config",
5353
"build:types": "glint --build",
5454
"lint": "concurrently \"npm:lint:*(!fix)\" --names \"lint:\"",
@@ -59,8 +59,8 @@
5959
"lint:js:fix": "eslint . --fix",
6060
"lint:types": "glint",
6161
"prepack": "rollup --config",
62-
"start": "concurrently \"npm:start:*\"",
63-
"start:js": "rollup --config --watch",
62+
"start": "concurrently \"npm:start:*\" --names \"start:\"",
63+
"start:js": "rollup --config --watch --no-watch.clearScreen",
6464
"start:types": "glint --build --watch",
6565
"test": "echo 'A v2 addon does not have tests, run tests in test-app'"
6666
},

0 commit comments

Comments
 (0)