Skip to content

Commit

Permalink
tsc args!
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Mar 1, 2024
1 parent f789b76 commit 70f46f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ember-string/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"lint:fix": "concurrently 'npm:lint:*:fix' --names 'fix:'",
"lint:js": "eslint . --cache",
"lint:js:fix": "eslint . --fix",
"lint:types": "tsc --noEmit",
"lint:types": "tsc --noEmit --emitDeclarationOnly false",
"start": "concurrently 'npm:start:*'",
"start:js": "rollup --config --watch --no-watch.clearScreen",
"start:types": "glint --declaration --watch",
Expand Down

0 comments on commit 70f46f5

Please sign in to comment.