fix(build): export REACT_APP variables during build

This commit is contained in:
Bastian Ike
2022-09-13 12:04:29 +02:00
committed by Bastian
parent 37c43712d1
commit 4535ef3bc3
3 changed files with 14 additions and 1 deletions

2
.husky/pre-commit Normal file → Executable file
View 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