Skip to content

Commit

Permalink
build: update script again
Browse files Browse the repository at this point in the history
  • Loading branch information
motss committed Jan 22, 2022
1 parent 019a3a2 commit 26ea3c6
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 @@ -90,7 +90,7 @@
"build": "tsc -p tsconfig.prod.json",
"check": "package-check",
"clean": "rm -rf .*cache *.log coverage/ dist/ logs/",
"postinstall": "if [ \"$CI\" != 'true' ] && [ \"$INIT_CWD\" != *'node_modules/app-datepicker' ]; then npm x -y -- simple-git-hooks && npm dedupe; fi",
"postinstall": "if [ \"$CI\" != 'true' ] && [[ \"$INIT_CWD\" != *'node_modules/app-datepicker' ]] && [[ \"$INIT_CWD\" == *'app-datepicker' ]]; then npm x -y -- simple-git-hooks && npm dedupe; fi",
"lint": "eslint src --ext .js,.ts",
"lint-commit": "npm x -y -- commitlint --edit",
"lint:build": "npm run lint -- --config .build.eslintrc.json",
Expand Down

0 comments on commit 26ea3c6

Please sign in to comment.