Skip to content

Commit

Permalink
Support all CLI options in the gember config file
Browse files Browse the repository at this point in the history
  • Loading branch information
bertdeblock committed Nov 26, 2024
1 parent 635e9de commit f98e448
Show file tree
Hide file tree
Showing 11 changed files with 290 additions and 59 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"CHANGELOG.md"
],
"scripts": {
"build": "rm -rf dist && tsc --project tsconfig.json",
"build": "tsc --project tsconfig.json",
"lint": "concurrently --group --prefix-colors auto \"npm:lint:*(!fix)\"",
"lint:fix": "concurrently --group --prefix-colors auto \"npm:lint:*:fix\"",
"lint:format": "prettier . --cache --check",
Expand Down Expand Up @@ -45,6 +45,7 @@
"concurrently": "^9.1.0",
"eslint": "^9.15.0",
"eslint-plugin-n": "^17.13.2",
"execa": "^9.5.1",
"fixturify-project": "^7.1.3",
"prettier": "^3.3.3",
"recursive-copy": "^2.0.14",
Expand Down
95 changes: 95 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f98e448

Please sign in to comment.