Skip to content

Commit 7a8bd0e

Browse files
committed
fix command
1 parent fc959fe commit 7a8bd0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"preinstall": "pip install pip-tools",
1313
"install-data": "cd data && pip install -r requirements.txt",
1414
"postinstall": "yarn fyarn && yarn front ./download-images.sh",
15-
"test-front": "yarn front yarn test-once",
15+
"test-front": "yarn front yarn test",
1616
"test-data": "cd data && pytest",
1717
"test": "yarn test-front && yarn test-data",
1818
"start-front": "yarn fyarn stop && yarn front yarn serve",

0 commit comments

Comments
 (0)