We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18ec6b8 commit a73fd6bCopy full SHA for a73fd6b
.github/workflows/npm-publish.yml
@@ -21,6 +21,11 @@ jobs:
21
cd nodejs-compressor
22
npm ci
23
24
+ - name: Build package
25
+ run: |
26
+ cd nodejs-compressor
27
+ npm run build
28
+
29
- name: Run tests
30
run: |
31
.github/workflows/test.yml
@@ -27,6 +27,11 @@ jobs:
32
33
34
35
36
37
0 commit comments