Skip to content

Commit

Permalink
Merge pull request #270 from cdonnellytx/chore/supportDevOnWindows
Browse files Browse the repository at this point in the history
chore: support development on Windows
  • Loading branch information
americk0 authored Mar 27, 2024
2 parents 8a55f67 + 26a8c7a commit 98be480
Show file tree
Hide file tree
Showing 3 changed files with 476 additions and 7 deletions.
7 changes: 6 additions & 1 deletion dist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
"prettier": "prettier --write",
"tslint": "tslint --fix --force",
"prepare": "husky install",
"build": "[ -d dist/ ] && rm -r dist/ ; tsc ; cp changelog.txt dist/",
"clean": "rimraf dist/",
"prebuild": "npm run clean",
"build": "tsc",
"postbuild": "shx cp changelog.txt dist/",
"coverage": "CI=true npm test -- a --no-watch --coverageDirectory=../coverage"
},
"engines": {
Expand Down Expand Up @@ -89,6 +92,8 @@
"mocha": "^10.0.0",
"nyc": "^15.1.0",
"prettier": "^2.2.1",
"rimraf": "^5.0.5",
"shx": "^0.3.4",
"ts-jest": "^29.0.3",
"ts-node": "^10.8.1",
"tslint": "^6.1.3",
Expand Down
Loading

0 comments on commit 98be480

Please sign in to comment.