Skip to content

Commit

Permalink
back to pwsh
Browse files Browse the repository at this point in the history
  • Loading branch information
IDCs committed Oct 7, 2024
1 parent 287ab67 commit 9452d47
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"issueTracker": "https://github.com/BUTR/game-mount-and-blade2/issues"
},
"scripts": {
"clean": "powershell ./commands.ps1 clean",
"build-extended": "powershell ./commands.ps1 build-extended",
"build-update": "powershell ./commands.ps1 build-update",
"build-webpack": "powershell ./commands.ps1 build-webpack",
"build-7z": "powershell ./commands.ps1 build-7z",
"build": "powershell ./commands.ps1 build",
"build-dev": "powershell ./commands.ps1 build-dev",
"clean": "pwsh ./commands.ps1 clean",
"build-extended": "pwsh ./commands.ps1 build-extended",
"build-update": "pwsh ./commands.ps1 build-update",
"build-webpack": "pwsh ./commands.ps1 build-webpack",
"build-7z": "pwsh ./commands.ps1 build-7z",
"build": "pwsh ./commands.ps1 build",
"build-dev": "pwsh ./commands.ps1 build-dev",
"lint": "eslint -c .eslintrc.build.json src",
"lint-fix": "eslint -c .eslintrc.build.json --fix src && prettier --write",
"pre-commit": "lint-staged"
Expand Down

0 comments on commit 9452d47

Please sign in to comment.