Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Commit 85b9cc2

Browse files
committed
feat(package.json): add compile command
1 parent 6c9379e commit 85b9cc2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

e2e/site/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"dev": "next dev",
77
"build": "next build",
88
"start": "next start",
9-
"lint": "next lint"
9+
"lint": "next lint",
10+
"compile": "cd node_modules/typedcssx && npm run compiler"
1011
},
1112
"dependencies": {
1213
"react": "^18",

0 commit comments

Comments
 (0)