Fixed building with pg linking in examples and added example:debug script

This commit is contained in:
Alexander Cerutti
2021-02-09 20:16:47 +01:00
parent 07569c1c68
commit ece352bf6b
4 changed files with 10 additions and 99 deletions

View File

@@ -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",