Skip to content

Commit

Permalink
Add publishing options + enable workflow (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
stijn-dejongh committed Nov 26, 2022
1 parent a265681 commit efa8ec3
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/build.yml → .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
uses: SonarSource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets. SONARCLOUD_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
/dist
/coverage
.idea
**/.npmrc
5 changes: 2 additions & 3 deletions package-lock.json

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

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "docsify-glossary",
"name": "@stijn-dejongh/docsify-glossary",
"version": "0.0.2",
"description": "A simple glossary plugin for docsify, forked from the original work by TheGreenToaster",
"main": "dist/docsify-glossary.js",
Expand Down Expand Up @@ -33,7 +33,10 @@
],
"repository": {
"type": "git",
"url": "git+https://github.com/stijn-dejongh/docsify-glossary.git"
"url": "https://github.com/stijn-dejongh/docsify-glossary.git"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"author": "Stijn Dejongh",
"license": "Apache-2.0",
Expand Down
2 changes: 2 additions & 0 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
sonar.projectKey=stijn-dejongh_docsify-glossary
sonar.organization=stijn-dejongh
sonar.javascript.lcov.reportPaths=./coverage/lcov.info
sonar.coverage.exclusions=**/*.spec.ts,**/*.spec.js,**/*.config.js,**/index.js

0 comments on commit efa8ec3

Please sign in to comment.