Skip to content

Commit 523b6c3

Browse files
authored
ci: include library prod build in ci (#70)
* ci: include library prod build in ci * chore: replace node-sass with sass * chore: add sass to dev dependencies
1 parent e8c763b commit 523b6c3

File tree

3 files changed

+2611
-13
lines changed

3 files changed

+2611
-13
lines changed

.github/workflows/test_and_deploy.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ jobs:
1717
- name: Install
1818
uses: bahmutov/npm-install@v1
1919

20+
- name: Build and package library
21+
run: |
22+
npm run package --if-present
23+
env:
24+
CI: true
25+
2026
- name: Build
2127
run: |
2228
npm run build --if-present

0 commit comments

Comments
 (0)