mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 13:25:19 +00:00
Fixed building with pg linking in examples and added example:debug script
This commit is contained in:
@@ -11,7 +11,8 @@
|
||||
"build:spec": "rimraf \"./spec/*.!(ts)\" && npx tsc -p tsconfig.spec.json",
|
||||
"prepublishOnly": "npm run build",
|
||||
"test": "npm run build:spec && npx jasmine",
|
||||
"example": "npm run build:src && npm --prefix examples run example"
|
||||
"example": "npm run build:src && npm --prefix examples run example",
|
||||
"example:debug": "npm run build:src && npm --prefix examples run example:debug"
|
||||
},
|
||||
"author": "Alexander Patrick Cerutti",
|
||||
"license": "MIT",
|
||||
|
||||
Reference in New Issue
Block a user