Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: build fails if dependencies are present #7

Open
Mihhail-R opened this issue Sep 7, 2023 · 0 comments
Open

CI: build fails if dependencies are present #7

Mihhail-R opened this issue Sep 7, 2023 · 0 comments
Assignees

Comments

@Mihhail-R
Copy link

Ran into an issue when I added a dependency to my project.

Ref: https://github.com/Mihhail-R/spotify-ts-wrapper/actions/runs/6113236093/job/16592332288

Fixed it by adding npm install --omit-dev && npm run build on the build step.

            - name: Build project
              run: npm install --omit-dev && npm run build
@JaanJah JaanJah self-assigned this Sep 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants