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

Commit 75da063

Browse files
committed
feat(package.json): 2.5.0: Minor update
1 parent 01556e4 commit 75da063

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typedcssx",
3-
"version": "2.4.5",
3+
"version": "2.5.0",
44
"private": true,
55
"author": "Refirst",
66
"repository": "github:typedcsslab/typedcssx",
@@ -11,7 +11,8 @@
1111
"scripts": {
1212
"test": "jest",
1313
"dev:e2e": "cd e2e/site && npm run dev -- -p 4000",
14-
"test:e2e": "playwright test"
14+
"test:e2e": "playwright test",
15+
"compiler": "tsc --noEmit ./compiler/src/index.ts && tsx ./compiler/src/index.ts"
1516
},
1617
"bin": {
1718
"typedcssx": "./bin/typedcssx.mjs"

0 commit comments

Comments
 (0)