Update package.json

pull/866/head
Gwenaël Gallon 2022-07-29 23:33:22 +02:00 zatwierdzone przez GitHub
rodzic 6b56e0c0ca
commit 08cbafe51e
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -30,12 +30,12 @@
"version": "yarn changeset version",
"changeset": "changeset",
"turbo": "turbo",
"lint": "turbo run lint",
"test": "turbo run test --stream",
"test:ci": "turbo run test:ci --stream",
"test:watch": "turbo run test:watch --stream",
"postinstall": "husky install",
"lint": "turbo run lint",
"clean": "turbo run clean",
"postinstall": "husky install",
"pre-commit": "lint-staged",
"pre-push": "yarn test"
},