diff --git a/.github/workflows/jan-plugins.yml b/.github/workflows/jan-plugins.yml index 129fe564b..c47689602 100644 --- a/.github/workflows/jan-plugins.yml +++ b/.github/workflows/jan-plugins.yml @@ -15,7 +15,7 @@ on: - "!plugins/*/package.json" jobs: build: - runs-on: ubuntu-latest + runs-on: mac-silicon environment: production steps: - uses: actions/checkout@v4 diff --git a/plugins/data-plugin/package.json b/plugins/data-plugin/package.json index db20095aa..cbe610f5f 100644 --- a/plugins/data-plugin/package.json +++ b/plugins/data-plugin/package.json @@ -7,9 +7,7 @@ "module": "dist/cjs/module.js", "author": "Jan ", "license": "MIT", - "activationPoints": [ - "init" - ], + "activationPoints": ["init"], "scripts": { "build": "tsc -b ./config/tsconfig.esm.json && tsc -b ./config/tsconfig.cjs.json && webpack --config webpack.config.js", "postinstall": "rimraf ./data-plugin*.tgz && npm run build",