Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax <max@nextcloud.com>2022-05-11 15:06:14 +0300
committerMax <max@nextcloud.com>2022-05-11 15:06:14 +0300
commit6610753a688c06f6e16e934e366c11c542c80275 (patch)
treec9152bc5c945d9b9a51fd26a137929e13061f261
parent444b1d28a74ec1d3ab53dd90fddc6c19b8396395 (diff)
ci: also try to packagebuild/use-rollup-for-npm-package
Signed-off-by: Max <max@nextcloud.com>
-rw-r--r--.github/workflows/node.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml
index 03c1cca31..122dc0c34 100644
--- a/.github/workflows/node.yml
+++ b/.github/workflows/node.yml
@@ -43,6 +43,10 @@ jobs:
npm ci
npm run build --if-present
+ - name: npm package
+ run: |
+ npm package
+
- name: npm test
run: |
npm test