Skip to content

Commit c60c0f5

Browse files
committed
chore: Publish v0.0.13
1 parent 501d59f commit c60c0f5

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.github/workflows/publish-node.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -522,6 +522,9 @@ jobs:
522522
- name: Install dependencies
523523
run: yarn install --ignore-scripts --registry https://registry.npmjs.org --network-timeout 300000
524524

525+
- name: Build typescript files
526+
run: yarn workspaces run build:ts
527+
525528
- name: Download all artifacts
526529
uses: actions/download-artifact@v3
527530
with:

packages/css/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swc/css",
3-
"version": "0.0.12",
3+
"version": "0.0.13",
44
"description": "Super-fast alternative for postcss",
55
"homepage": "https://swc.rs",
66
"main": "./lib/index.js",

packages/html/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swc/html",
3-
"version": "0.0.12",
3+
"version": "0.0.13",
44
"description": "Super-fast alternative for posthtml",
55
"homepage": "https://swc.rs",
66
"main": "./lib/index.js",

0 commit comments

Comments
 (0)