mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 19:25:23 +00:00
Changed commands for passkit-generator linking to prevent issues during deploy
This commit is contained in:
@@ -7,9 +7,9 @@
|
|||||||
"start": "npm run shell",
|
"start": "npm run shell",
|
||||||
"deploy": "npx firebase deploy --only functions",
|
"deploy": "npx firebase deploy --only functions",
|
||||||
"logs": "npx firebase functions:log",
|
"logs": "npx firebase functions:log",
|
||||||
"service:link-pg": "cd ../.. && npm run build && npm link",
|
"service:link-pg": "cd ../../.. && npm run build && npm link",
|
||||||
"preinstall": "npm run clear:deps",
|
"predev:install": "npm run clear:deps",
|
||||||
"postinstall": "npm run service:link-pg && npm link passkit-generator",
|
"dev:install": "npm run service:link-pg && npm link passkit-generator",
|
||||||
"clear:deps": "rm -rf node_modules",
|
"clear:deps": "rm -rf node_modules",
|
||||||
"build": "rm -rf lib && npx tsc"
|
"build": "rm -rf lib && npx tsc"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user