File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments