remove unused cloud-functions library

This commit is contained in:
Robert Helmer 2023-10-12 21:46:28 -07:00 коммит произвёл Vincent
Родитель 72c4a34532
Коммит 5e74c6cdf5
1 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -17,7 +17,6 @@
"e2e": "playwright test src/e2e/",
"e2e:debug": "playwright test src/e2e/ --ui",
"e2e:smoke": "playwright test src/e2e/ --grep @smoke",
"functions": "nodemon --exec 'functions-framework --target=app --signature-type=http --source=src/cloud-functions'",
"db:migrate": "node -r dotenv/config node_modules/knex/bin/cli.js migrate:latest --knexfile src/db/knexfile.js",
"db:rollback": "node -r dotenv/config node_modules/knex/bin/cli.js migrate:rollback --knexfile src/db/knexfile.js",
"prepare": "husky install",
@ -30,7 +29,6 @@
},
"nodemonConfig": {
"watch": [
"src/cloud-functions/**/*",
".env"
],
"env": {
@ -88,7 +86,6 @@
},
"devDependencies": {
"@faker-js/faker": "^8.0.2",
"@google-cloud/functions-framework": "^3.2.0",
"@playwright/test": "^1.36.1",
"@storybook/addon-a11y": "^7.4.6",
"@storybook/addon-essentials": "^7.4.6",