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

Add Github Action for code quality and unit test using rspec #1

Merged
merged 12 commits into from
Sep 7, 2021
Prev Previous commit
Next Next commit
add bower
  • Loading branch information
r0r1 committed Aug 22, 2021
commit 4c1cff1023d71a703ef8ab6bc87eba0363f40e76
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,5 @@ solr/development/*
!solr/test
solr/test/*
!solr/test/core.properties

node_modules
13 changes: 13 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "bower install"
"postinstall": "bower install"
},
"repository": {
"type": "git",
Expand Down