Skip to content

Commit

Permalink
fix: variouss
Browse files Browse the repository at this point in the history
  • Loading branch information
solaris007 committed Nov 27, 2023
1 parent e77e830 commit ea9d44f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ dist

# IDEA
.idea/*
junit

# yarn v2
.yarn/cache
Expand Down
5 changes: 4 additions & 1 deletion package-lock.json

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

3 changes: 0 additions & 3 deletions packages/spacecat-shared-example/junit/test-results.xml

This file was deleted.

8 changes: 6 additions & 2 deletions packages/spacecat-shared-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
},
"mocha": {
"reporter": "mocha-multi-reporters",
"reporter-options": "configFile=.mocha-multi.json"
"reporter-options": "configFile=.mocha-multi.json",
"spec": "test/*.test.js"
},
"repository": {
"type": "git",
Expand All @@ -35,5 +36,8 @@
"optionalDependencies": {
"@adobe/helix-universal": "4.4.1"
},
"devDependencies": { }
"devDependencies": {
"semantic-release": "22.0.8",
"semantic-release-monorepo-esm": "1.0.10"
}
}

0 comments on commit ea9d44f

Please sign in to comment.