chore: remove build:prod

This commit is contained in:
2022-12-02 00:57:07 +08:00
parent 72d16a1996
commit 95c4178a86
2 changed files with 1 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ jobs:
with:
node-version: '16.x'
- run: npm install
- run: npm run lint && npm run build:prod
- run: npm run lint && npm run build
- run: cd dist/index/ && tar -cf index.tar ./* && mv index.tar ../../
- name: Upload a Build Artifact