diff options
author | Vitaly Takmazov | 2021-08-16 23:48:11 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:57 +0300 |
commit | f6ef6e81819bb85e1c577de74f78f5dc1057e16b (patch) | |
tree | 250246eeaa82c18ebf9f750557fb5d14ba2d82fe | |
parent | 3d6c8be0b56ff4fa26440ff070188ef8c7aa12c9 (diff) |
CI: run dist step
-rw-r--r-- | vnext/.github/workflows/npm-publish.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vnext/.github/workflows/npm-publish.yml b/vnext/.github/workflows/npm-publish.yml index 11562d60..200ba845 100644 --- a/vnext/.github/workflows/npm-publish.yml +++ b/vnext/.github/workflows/npm-publish.yml @@ -9,3 +9,4 @@ jobs: - uses: actions/checkout@v2 - run: npm ci - run: npm test + - run: npm run dist |