fix: build script

This commit is contained in:
Stevan Freeborn
2023-02-20 14:51:00 -06:00
parent 5482b466bf
commit 28ae3eef7e
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
- name: Install dependencies
run: npm install
- name: Build package
run: npm build
run: npm run build
- name: Upload build artificat
uses: actions/upload-artifact@v3.1.2
with: