summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-08-01 20:56:51 -0700
committerNate Sesti <sestinj@gmail.com>2023-08-01 20:56:51 -0700
commit0a7cd1d0820c5f496157b9f85200dbe911b6fc8a (patch)
tree677a05ba052b24fc525212f72408805728b79a2f /.github/workflows
parente17388eee44534e6b5d55bfcb4ae3e16cc5e1ede (diff)
downloadsncontinue-0a7cd1d0820c5f496157b9f85200dbe911b6fc8a.tar.gz
sncontinue-0a7cd1d0820c5f496157b9f85200dbe911b6fc8a.tar.bz2
sncontinue-0a7cd1d0820c5f496157b9f85200dbe911b6fc8a.zip
purge unecessary functions in envSetup (finally)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/main.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml
index d9bba4cd..dc670137 100644
--- a/.github/workflows/main.yaml
+++ b/.github/workflows/main.yaml
@@ -106,7 +106,7 @@ jobs:
- name: Build and Publish
run: |
cd extension
- npm run full-package
+ npm run package
# - name: Commit changes
# run: |