mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 13:25:19 +00:00
Changed examples passkit-generator linking commands
This commit is contained in:
@@ -7,8 +7,9 @@
|
||||
"license": "ISC",
|
||||
"main": "src/index.js",
|
||||
"scripts": {
|
||||
"preinstall": "npm run clear:deps && npm unlink --no-save passkit-generator",
|
||||
"postinstall": "npm --prefix ../.. run build && npm --prefix ../.. link && npm link passkit-generator",
|
||||
"service:link-pg": "cd ../.. && npm run build && npm link",
|
||||
"preinstall": "npm run clear:deps",
|
||||
"postinstall": "npm run service:link-pg && npm link passkit-generator",
|
||||
"clear:deps": "rm -rf node_modules",
|
||||
"example": "npx serverless offline --host 0.0.0.0; :'specifying host due to WSL limits'"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user