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

change: validate config in precommit and in CI #100

Merged

Conversation

rubensworks
Copy link
Contributor

@rubensworks rubensworks commented Sep 1, 2020

Just a small addition that ensures our default config is always valid.

package.json Outdated
@@ -22,11 +22,12 @@
"prepare": "npm run build",
"start": "node ./bin/server.js -p 3000",
"test": "jest",
"validate": "componentsjs-compile-config urn:solid-server:my -c config/config-default.json > /dev/null",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's the my again 😂

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah yeah, that's because #98 is not merged yet.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is now so you can change it 😉

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done :)

But it looks like the build fails because LSD is down... :-(

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Build is succeeding now

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yay :) Then this should be good to go once @RubenVerborgh approves.

Copy link
Member

@RubenVerborgh RubenVerborgh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Parfait!

@joachimvh joachimvh merged commit a1e9410 into CommunitySolidServer:master Sep 1, 2020
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

Successfully merging this pull request may close these issues.

None yet

3 participants