Skip to content

Commit

Permalink
fix(npm): install exact version of djlint
Browse files Browse the repository at this point in the history
  • Loading branch information
shaileshaanand committed May 22, 2023
1 parent 67ffe5d commit 0727279
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 @@ -37,7 +37,7 @@
},
"scripts": {
"format": "prettier --config .prettierrc \"{bin,docs}/**/*.{ts,css,less,scss,js,json,md,yaml,html}\" --write",
"postinstall": "python3 -m pip install --upgrade djlint",
"postinstall": "python3 -m pip install --upgrade djlint==${npm_package_version}",
"pre-commit": "lint-staged",
"commit": "git add . && pre-commit run; git add . && npm run pre-commit && cz --no-verify",
"test": "xo"
Expand Down

0 comments on commit 0727279

Please sign in to comment.