build: use double quotes

old-agentic-v1^2
Philipp Burckhardt 2023-06-02 10:05:52 -04:00
rodzic a9545273e6
commit dde7587861
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: A2C3BCA4F31D1DDD
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -26,7 +26,7 @@
"build": "tsup",
"dev": "tsup --watch",
"clean": "del build",
"lint": "eslint '**/*.ts' --fix",
"lint": "eslint \"**/*.ts\" --fix",
"prebuild": "run-s clean",
"predev": "run-s clean",
"pretest": "run-s build",
@ -34,8 +34,8 @@
"pre-commit": "lint-staged",
"test": "run-p test:*",
"test:unit": "ava",
"test:prettier": "prettier '**/*.{js,jsx,ts,tsx}' --check",
"test:eslint": "eslint '**/*.ts'"
"test:prettier": "prettier \"**/*.{js,jsx,ts,tsx}\" --check",
"test:eslint": "eslint \"**/*.ts\""
},
"dependencies": {
"@anthropic-ai/sdk": "^0.4.3",