We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cbaf92b + a1c208e commit 4ca1357Copy full SHA for 4ca1357
.github/workflows/prep-release.yml
@@ -61,6 +61,10 @@ jobs:
61
- name: Bump package.json version
62
run: npm version --no-git-tag-version --allow-same-version "${NEW_VERSION}"
63
64
+ # This is required because sometimes the `build` script just won't build assets unless `dist/` is cleaned first. Makes no sense, I know!
65
+ - name: Clean dist directory
66
+ run: npm run clean
67
+
68
- name: Build assets
69
run: npm run build
70
0 commit comments