Skip to content

Commit

Permalink
fix git warning
Browse files Browse the repository at this point in the history
  • Loading branch information
nkappler committed Dec 23, 2023
1 parent 833caf5 commit 46c6857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"test": "tsc test/demo.ts --outDir docs --removeComments",
"prepublishOnly": "npm run version",
"postversion": "git push --follow-tags",
"version": "node util/copyrightHeader.js && npm run build && npm run test && git add *",
"version": "node util/copyrightHeader.js && npm run build && npm run test && git add .",
"build": "node util/convertStyles.js && rollup -c"
},
"repository": {
Expand Down

0 comments on commit 46c6857

Please sign in to comment.