Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions .github/workflows/publish-commit.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Publish Any Commit
on:
push:
branches:
- main
pull_request:

jobs:
build:
runs-on: ubuntu-24.04-arm

steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: pnpm

- run: pnpm install --ignore-scripts
- run: pnpm --filter="webstudio..." build
- run: pnpm --filter="webstudio..." dts

- run: pnpx pkg-pr-new publish --compact "./packages/*"
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@ jobs:
--replacement="${{ steps.version.outputs.value }}" \
"**/package.json"

- name: pnpm instal
run: pnpm install --ignore-scripts
- run: pnpm install --ignore-scripts
- run: pnpm --filter="webstudio..." build
- run: pnpm --filter="webstudio..." dts

Expand Down
4 changes: 4 additions & 0 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"description": "Webstudio CLI",
"author": "Webstudio <[email protected]>",
"homepage": "https://webstudio.is",
"repository": {
"type": "git",
"url": "git+https://github.com/webstudio-is/webstudio.git"
},
"type": "module",
"bin": {
"webstudio-cli": "./bin.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/css-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"description": "CSS Renderer for Webstudio",
"author": "Webstudio <[email protected]>",
"homepage": "https://webstudio.is",
"repository": {
"type": "git",
"url": "git+https://github.com/webstudio-is/webstudio.git"
},
"type": "module",
"scripts": {
"typecheck": "tsc",
Expand Down
4 changes: 4 additions & 0 deletions packages/error-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"description": "Error utils for all Webstudio packages",
"author": "Webstudio <[email protected]>",
"homepage": "https://webstudio.is",
"repository": {
"type": "git",
"url": "git+https://github.com/webstudio-is/webstudio.git"
},
"type": "module",
"scripts": {
"typecheck": "tsc",
Expand Down
4 changes: 4 additions & 0 deletions packages/fonts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"description": "Fonts utils",
"author": "Webstudio <[email protected]>",
"homepage": "https://webstudio.is",
"repository": {
"type": "git",
"url": "git+https://github.com/webstudio-is/webstudio.git"
},
"type": "module",
"scripts": {
"typecheck": "tsc",
Expand Down
4 changes: 4 additions & 0 deletions packages/http-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"description": "Webstudio HTTP Client",
"author": "Webstudio <[email protected]>",
"homepage": "https://webstudio.is",
"repository": {
"type": "git",
"url": "git+https://github.com/webstudio-is/webstudio.git"
},
"type": "module",
"scripts": {
"build": "rm -rf lib && esbuild src/index.ts --outdir=lib --bundle --format=esm --packages=external",
Expand Down
4 changes: 4 additions & 0 deletions packages/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"description": "Webstudio Icons",
"author": "Webstudio <[email protected]>",
"homepage": "https://webstudio.is",
"repository": {
"type": "git",
"url": "git+https://github.com/webstudio-is/webstudio.git"
},
"type": "module",
"scripts": {
"build": "rm -rf lib && esbuild src/index.ts src/__generated__/svg.ts --outdir=lib --bundle --format=esm --packages=external",
Expand Down
4 changes: 4 additions & 0 deletions packages/image/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"description": "Image optimization",
"author": "Webstudio <[email protected]>",
"homepage": "https://webstudio.is",
"repository": {
"type": "git",
"url": "git+https://github.com/webstudio-is/webstudio.git"
},
"type": "module",
"scripts": {
"typecheck": "tsc",
Expand Down
3 changes: 0 additions & 3 deletions packages/proxy.ts

This file was deleted.

4 changes: 4 additions & 0 deletions packages/react-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"description": "Webstudio JavaScript / TypeScript API",
"author": "Webstudio <[email protected]>",
"homepage": "https://webstudio.is",
"repository": {
"type": "git",
"url": "git+https://github.com/webstudio-is/webstudio.git"
},
"type": "module",
"scripts": {
"build": "rm -rf lib && esbuild src/index.ts src/runtime.ts --outdir=lib --bundle --format=esm --packages=external",
Expand Down
1 change: 1 addition & 0 deletions packages/sdk-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "Webstudio CLI for SDK development",
"author": "Webstudio <[email protected]>",
"homepage": "https://webstudio.is",
"private": true,
"type": "module",
"bin": {
"webstudio-sdk": "./src/bin.ts"
Expand Down
4 changes: 4 additions & 0 deletions packages/sdk-components-animation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"description": "Webstudio components for animation",
"author": "Webstudio <[email protected]>",
"homepage": "https://webstudio.is",
"repository": {
"type": "git",
"url": "git+https://github.com/webstudio-is/webstudio.git"
},
"license": "AGPL-3.0-or-later",
"private": false,
"type": "module",
Expand Down
4 changes: 4 additions & 0 deletions packages/sdk-components-react-radix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"description": "Webstudio wrapper for radix library",
"author": "Webstudio <[email protected]>",
"homepage": "https://webstudio.is",
"repository": {
"type": "git",
"url": "git+https://github.com/webstudio-is/webstudio.git"
},
"license": "AGPL-3.0-or-later",
"private": false,
"type": "module",
Expand Down
4 changes: 4 additions & 0 deletions packages/sdk-components-react-remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"description": "Webstudio components for Remix",
"author": "Webstudio <[email protected]>",
"homepage": "https://webstudio.is",
"repository": {
"type": "git",
"url": "git+https://github.com/webstudio-is/webstudio.git"
},
"license": "AGPL-3.0-or-later",
"private": false,
"type": "module",
Expand Down
4 changes: 4 additions & 0 deletions packages/sdk-components-react-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"description": "Webstudio components for React Router",
"author": "Webstudio <[email protected]>",
"homepage": "https://webstudio.is",
"repository": {
"type": "git",
"url": "git+https://github.com/webstudio-is/webstudio.git"
},
"license": "AGPL-3.0-or-later",
"private": false,
"type": "module",
Expand Down
4 changes: 4 additions & 0 deletions packages/sdk-components-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"description": "Webstudio default library for react",
"author": "Webstudio <[email protected]>",
"homepage": "https://webstudio.is",
"repository": {
"type": "git",
"url": "git+https://github.com/webstudio-is/webstudio.git"
},
"license": "AGPL-3.0-or-later",
"private": false,
"type": "module",
Expand Down
4 changes: 4 additions & 0 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
"author": "Webstudio <[email protected]>",
"homepage": "https://webstudio.is",
"license": "AGPL-3.0-or-later",
"repository": {
"type": "git",
"url": "git+https://github.com/webstudio-is/webstudio.git"
},
"type": "module",
"exports": {
".": {
Expand Down
2 changes: 1 addition & 1 deletion packages/tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@webstudio-is/tsconfig",
"version": "1.0.7",
"private": false,
"private": true,
"main": "index.js",
"files": [
"base.json"
Expand Down
Loading