-
Notifications
You must be signed in to change notification settings - Fork 19
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
fix: update path for schema #259
Conversation
@@ -16,6 +16,7 @@ jobs: | |||
with: | |||
node-version: 18.x | |||
- run: npm ci && npm run postinstall | |||
- run: npm run prebuild |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just to be clear, prebuild
should automatically run when npm run build
is triggered. But since we don't build before running our tests, I understand we have to manually call it here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yup! Didnt wanted to add a npm run build
in here because its not needed by the test script
🎉 This PR is included in version 6.9.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Context
To resolve this error when
npm i
.What this PR does
process.cwd
to check for current working directorynpm i
wont trigger it. Furthermore, made use of prebuild script (preBuild.js) to compile schema