mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 13:25:19 +00:00
Completely refactored examples to run only once and have multiple endpoints
This commit is contained in:
@@ -9,11 +9,7 @@
|
||||
"build:src": "rimraf lib && npx tsc -p tsconfig.dist.json",
|
||||
"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:install": "npm --prefix examples install",
|
||||
"example:build": "npm --prefix examples run build",
|
||||
"example:debug": "npm run build:src && npm --prefix examples run example:debug"
|
||||
"test": "npm run build:spec && npx jasmine"
|
||||
},
|
||||
"author": "Alexander Patrick Cerutti",
|
||||
"license": "MIT",
|
||||
|
||||
Reference in New Issue
Block a user