mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 18:25:24 +00:00
Removed package building before testing
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
"build:examples": "cd examples && npm run build",
|
"build:examples": "cd examples && npm run build",
|
||||||
"build:spec": "rm -rf ./spec/*.js && npx tsc",
|
"build:spec": "rm -rf ./spec/*.js && npx tsc",
|
||||||
"prepublishOnly": "npm run build",
|
"prepublishOnly": "npm run build",
|
||||||
"test": "npm run build:spec && npm run build:src && jasmine spec/*.js",
|
"test": "npm run build:spec && jasmine spec/*.js",
|
||||||
"example": "npm run build:src && npm --prefix examples run example"
|
"example": "npm run build:src && npm --prefix examples run example"
|
||||||
},
|
},
|
||||||
"author": "Alexander Patrick Cerutti",
|
"author": "Alexander Patrick Cerutti",
|
||||||
|
|||||||
Reference in New Issue
Block a user