Skip to content

Commit 830b856

Browse files
Merge pull request #31 from NxtLvLSoftware/dev-to-dist
Merge dev changes to dist
2 parents a202366 + c96d295 commit 830b856

2 files changed

Lines changed: 263 additions & 249 deletions

File tree

.github/workflows/pages-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
key: ${{ runner.os }}}-${{ env.NODE_VERSION }}-node_modules-${{ hashFiles('package.json') }}
104104

105105
- name: Install dependencies
106-
run: npm clean-install
106+
run: npm run clean-install
107107

108108
- name: Build example project
109109
run: npm run build-dist

0 commit comments

Comments
 (0)