File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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:\" " ,
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 },
You can’t perform that action at this time.
0 commit comments