Skip to content

Commit

Permalink
Merge pull request #31 from NxtLvLSoftware/dev-to-dist
Browse files Browse the repository at this point in the history
Merge dev changes to dist
  • Loading branch information
JackNoordhuis authored Sep 25, 2023
2 parents a202366 + c96d295 commit 830b856
Show file tree
Hide file tree
Showing 2 changed files with 263 additions and 249 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pages-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
key: ${{ runner.os }}}-${{ env.NODE_VERSION }}-node_modules-${{ hashFiles('package.json') }}

- name: Install dependencies
run: npm clean-install
run: npm run clean-install

- name: Build example project
run: npm run build-dist
Expand Down
Loading

0 comments on commit 830b856

Please sign in to comment.