We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc959fe commit 7a8bd0eCopy full SHA for 7a8bd0e
1 file changed
package.json
@@ -12,7 +12,7 @@
12
"preinstall": "pip install pip-tools",
13
"install-data": "cd data && pip install -r requirements.txt",
14
"postinstall": "yarn fyarn && yarn front ./download-images.sh",
15
- "test-front": "yarn front yarn test-once",
+ "test-front": "yarn front yarn test",
16
"test-data": "cd data && pytest",
17
"test": "yarn test-front && yarn test-data",
18
"start-front": "yarn fyarn stop && yarn front yarn serve",
0 commit comments