Try adding a build command

This commit is contained in:
Trevor Blades
2020-02-06 12:37:03 -08:00
parent b89b2acdd7
commit 542bf8628f
3 changed files with 1 additions and 6 deletions

View File

@@ -1,2 +1,3 @@
[build]
build = "exit"
functions = "functions"

5
package-lock.json generated
View File

@@ -3037,11 +3037,6 @@
"integrity": "sha512-8y9YjtM1JBJU/A9Kc+SbaOV4y29sSWckBwMHa+FGtVj5gN/sbnKDf6xJUl+8g7FAij9LVaP8C24DUiH/f/2Z9A==",
"dev": true
},
"esm": {
"version": "3.2.25",
"resolved": "https://registry.npmjs.org/esm/-/esm-3.2.25.tgz",
"integrity": "sha512-U1suiZ2oDVWv4zPO56S0NcR5QriEahGtdN2OR6FiOG4WJvcjBVFB0qI4+eKoWFH483PKGuLuu6V8Z4T5g63UVA=="
},
"espree": {
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/espree/-/espree-5.0.1.tgz",

View File

@@ -9,7 +9,6 @@
"dependencies": {
"apollo-server-lambda": "^2.10.0",
"countries-list": "^2.4.3",
"esm": "^3.2.25",
"graphql": "^14.6.0",
"provinces": "^1.11.0"
},