mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 11:25:17 +00:00
Fixed unrunnable serverless example
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"preinstall": "npm run clear:deps",
|
||||
"postinstall": "npm run service:link-pg && npm link passkit-generator",
|
||||
"clear:deps": "rm -rf node_modules",
|
||||
"example": "echo \"test\"; `#specifying host due to WSL limits`"
|
||||
"example": "npx serverless@3 offline --host 0.0.0.0; :'specifying host due to WSL limits'"
|
||||
},
|
||||
"dependencies": {
|
||||
"aws-sdk": "^2.1092.0",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
service: passkit-generator-test-lambda
|
||||
frameworkVersion: "2"
|
||||
frameworkVersion: "3"
|
||||
|
||||
plugins:
|
||||
- serverless-offline
|
||||
|
||||
Reference in New Issue
Block a user