Skip to content

Commit

Permalink
Package metadata (#96)
Browse files Browse the repository at this point in the history
* Package metadata

Adds a package.json with metadata about this module. This aids some Silverstripe ltd automation for release tracking

* Disable auto detection of JS tests

can be re-enabled if JS tests are ever added
  • Loading branch information
blueo committed May 13, 2024
1 parent afbe384 commit 9faa891
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ on:
jobs:
ci:
uses: silverstripe/gha-ci/.github/workflows/ci.yml@v1
with:
# disable auto detection of JS tests (remove if any JS tests are added)
js: false
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "silverstripe-search-service",
"description": "Service agnostic abstraction of search indexing and configuration requirements",
"main": "README.md",
"repository": "https://github.com/silverstripe/silverstripe-search-service",
"author": "Silverstripe Ltd"
}

0 comments on commit 9faa891

Please sign in to comment.