mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 16:25:21 +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",
|
||||
"deploy": "npx firebase deploy --only functions",
|
||||
"logs": "npx firebase functions:log",
|
||||
"service:link-pg": "cd ../.. && npm run build && npm link",
|
||||
"preinstall": "npm run clear:deps",
|
||||
"postinstall": "npm run service:link-pg && npm link passkit-generator",
|
||||
"service:link-pg": "cd ../../.. && npm run build && npm link",
|
||||
"predev:install": "npm run clear:deps",
|
||||
"dev:install": "npm run service:link-pg && npm link passkit-generator",
|
||||
"clear:deps": "rm -rf node_modules",
|
||||
"build": "rm -rf lib && npx tsc"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user