From 411c689f87c7ba80b9bc26f05b4199697f4240af Mon Sep 17 00:00:00 2001 From: Hien To <> Date: Fri, 20 Oct 2023 12:17:44 +0700 Subject: [PATCH] Move agent to mac-silicon --- .github/workflows/jan-plugins.yml | 2 +- plugins/data-plugin/package.json | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) 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",