Skip to content

Commit

Permalink
Merge pull request #80 from sasjs/postinstall-fix
Browse files Browse the repository at this point in the history
fix: postinstall -> prepare, support windows CMD/Powershell
  • Loading branch information
Muhammad Saad authored Jul 4, 2021
2 parents 1b94049 + 884480d commit 7ccb122
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 @@ -9,7 +9,7 @@
"package:lib": "npm run build && cp ./package.json build && cp README.md build && cd build && npm version \"5.0.0\" && npm pack",
"lint:fix": "npx prettier --write '{src,test}/**/*.{ts,tsx,js,jsx,html,css,sass,less,json,yml,md,graphql}'",
"lint": "npx prettier --check '{src,test}/**/*.{ts,tsx,js,jsx,html,css,sass,less,json,yml,md,graphql}'",
"postinstall": "[ -d .git ] && git config core.hooksPath ./.git-hooks || true"
"prepare": "git rev-parse --git-dir && git config core.hooksPath ./.git-hooks || true"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 7ccb122

Please sign in to comment.