Skip to content

Commit

Permalink
fix: include build artifacts in package
Browse files Browse the repository at this point in the history
closes #1575
  • Loading branch information
mightyiam committed May 27, 2024
1 parent 4688e10 commit 3113bc4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
"editorconfig": "editorconfig-checker",
"unit": "ava",
"test": "run-s clean-artifacts editorconfig compile lint unit",
"clean-artifacts": "git clean lib -X --force"
"clean-artifacts": "git clean lib -X --force",
"is-code-clean": "git diff-index HEAD --quiet",
"prepublishOnly": "run-s is-code-clean test"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 3113bc4

Please sign in to comment.