summaryrefslogtreecommitdiff
path: root/extension
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-07-02 21:59:09 -0700
committerNate Sesti <sestinj@gmail.com>2023-07-02 21:59:09 -0700
commit27256e3417078a209d54c709612b13acf648e646 (patch)
tree0ace70e9a918ba252792198c217e8d7f93b8a595 /extension
parentc41314b095648e6b3bcecc84a20354574db8379d (diff)
downloadsncontinue-27256e3417078a209d54c709612b13acf648e646.tar.gz
sncontinue-27256e3417078a209d54c709612b13acf648e646.tar.bz2
sncontinue-27256e3417078a209d54c709612b13acf648e646.zip
github actions
Diffstat (limited to 'extension')
-rw-r--r--extension/workflows/main.yml30
1 files changed, 0 insertions, 30 deletions
diff --git a/extension/workflows/main.yml b/extension/workflows/main.yml
deleted file mode 100644
index 95dc2465..00000000
--- a/extension/workflows/main.yml
+++ /dev/null
@@ -1,30 +0,0 @@
-# GitHub Actions Workflow to compile the extension and `npm run package`
-
-name: Build
-
-on:
- push:
- branches:
- - main
- pull_request:
- branches:
- - main
-
-jobs:
- build:
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v2
- - uses: actions/setup-node@v1
- with:
- node-version: 19.0.0
- - run: npm ci
- - run: npm run clientgen
- - run: npm run compile
- - run: cd react-app && npm install && npm run build
- - run: npm run package
- - name: Save build as artifact
- uses: actions/upload-artifact@v3
- with:
- name: packaged-extension
- path: build/*.vsix