Removed package building before testing

This commit is contained in:
Alexander Cerutti
2021-02-07 17:23:51 +01:00
parent 960331d737
commit 7426fae83e

View File

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