Skip to content

Commit c8e1cc9

Browse files
patricktreenzakas
andauthored
Update package.json
Co-authored-by: Nicholas C. Zakas <nicholas@humanwhocodes.com>
1 parent d08671b commit c8e1cc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"build:preview": "vite preview",
1313
"build:readme": "node tools/update-readme.js",
1414
"start": "vite",
15-
"compile": "tsc",
15+
"build": "tsc",
1616
"lint": "npm-run-all --parallel lint:js",
1717
"lint:fix": "npm-run-all --parallel lint:fix:*",
1818
"lint:js": "eslint --max-warnings 0 .",

0 commit comments

Comments
 (0)