We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
sqlx prepare
1 parent 077d675 commit 474e8a7Copy full SHA for 474e8a7
2 files changed
.husky/pre-commit
@@ -0,0 +1,4 @@
1
+#!/usr/bin/env sh
2
+. "$(dirname -- "$0")/_/husky.sh"
3
+
4
+cd database && cargo sqlx prepare && git add ./sqlx-data.json
package.json
@@ -22,11 +22,15 @@
22
"scripts": {
23
"start": "react-scripts start",
24
"build": "react-scripts build",
25
- "docker:build": "docker build -t qcext-server ."
+ "docker:build": "docker build -t qcext-server .",
26
+ "prepare": "husky install"
27
},
28
"proxy": {
29
"/api": {
30
"target": "http://localhost:5000"
31
}
32
+ },
33
+ "devDependencies": {
34
+ "husky": "^8.0.1"
35
-}
36
+}
0 commit comments