Skip to content

Commit

Permalink
Need to run both glint and glint --build
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Jan 14, 2025
1 parent 99650c2 commit 2662cde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ember/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
],
"scripts": {
"_lint": "eslint . --quiet --cache --cache-strategy=content",
"build:glint": "glint --build",
"build:glint": "glint && glint --build",
"build:pkg": "vite build;",
"prepack": "bun run build:pkg",
"sync-hardlinks": "bun run sync-dependencies-meta-injected"
Expand Down

0 comments on commit 2662cde

Please sign in to comment.