Skip to content

Commit

Permalink
Update package.json scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Mearman committed Mar 9, 2024
1 parent 6ee0178 commit fd43026
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@
"BibTeX",
"LaTeX",
"TeX",
"TeX",
"character",
"codepoint",
"converter",
"TeX",
"unicode"
],
"license": "ISC",
Expand All @@ -61,7 +61,7 @@
"scripts": {
"build": "wireit",
"postversion": "git push --follow-tags && git stash pop",
"preversion": "git stash --include-untracked",
"preversion": "wireit",
"syncpack": "wireit",
"test": "jest",
"test:glob:node:tsx": "glob __tests__/**/*.test.ts -c 'node --import tsx --test-reporter=spec --test'",
Expand All @@ -84,6 +84,14 @@
"./dist"
]
},
"git:stash": {
"command": "git stash --include-untracked"
},
"preversion": {
"dependencies": [
"git:stash"
]
},
"syncpack": {
"command": "syncpack fix-mismatches && syncpack format"
}
Expand Down

0 comments on commit fd43026

Please sign in to comment.