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

Commit fc1f634

Browse files
committed
chore(package.json): Patch update
1 parent 4b4a790 commit fc1f634

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typedcssx",
3-
"version": "3.2.8",
3+
"version": "3.2.9",
44
"description": "CSS library for stably building user interfaces",
55
"author": "Refirst",
66
"repository": "github:typedcsslab/typedcssx",

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typedcssx",
3-
"version": "3.2.8",
3+
"version": "3.2.9",
44
"description": "CSS library for stably building user interfaces",
55
"private": true,
66
"author": "Refirst",
@@ -10,6 +10,7 @@
1010
"main": "dist/core/index.js",
1111
"typings": "dist/core/index.d.ts",
1212
"scripts": {
13+
"build": "npx tsc && cp -r src/core/styles dist/core",
1314
"test": "jest",
1415
"dev:e2e": "cd e2e/site && npm run dev -- -p 4000",
1516
"test:e2e": "playwright test"

0 commit comments

Comments
 (0)