fix(build): export REACT_APP variables during build
This commit is contained in:
2
.husky/pre-commit
Normal file → Executable file
2
.husky/pre-commit
Normal file → Executable file
@@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
. "$(dirname "$0")/_/husky.sh"
|
||||
|
||||
yarn ts:check && yarn lint-staged && yarn build:scripts
|
||||
npm run lint && npm run build:scripts && git add dist_scripts
|
||||
|
||||
Reference in New Issue
Block a user