Skip to content

Commit

Permalink
fix: compile the package before publishing, removed compiled file fro…
Browse files Browse the repository at this point in the history
…m repo (#144)

Co-authored-by: Richard Ainger <[email protected]>
  • Loading branch information
raing3 and Richard Ainger authored Sep 23, 2024
1 parent cea50e3 commit 7fa779b
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 9 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ npm-debug.log
.idea
.vscode
tmp
lib/tests/
lib/**/*.map
lib
2 changes: 0 additions & 2 deletions lib/assets/sitemapper.js

This file was deleted.

2 changes: 0 additions & 2 deletions lib/examples/google.js

This file was deleted.

2 changes: 0 additions & 2 deletions lib/examples/index.js

This file was deleted.

1 change: 1 addition & 0 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
"test": "npm run build && mocha ./lib/tests/*.js && npm run lint",
"lint": "eslint src",
"clean": "rm -rf lib",
"docs": "documentation build ./src/assets/sitemapper.js -f md > docs.md"
"docs": "documentation build ./src/assets/sitemapper.js -f md > docs.md",
"prepack": "npm run build"
},
"maintainers": [
{
Expand Down

0 comments on commit 7fa779b

Please sign in to comment.