Skip to content

Commit 09246fc

Browse files
committed
Adding bower install jquery-mockjax procedure in package.json
1 parent f1f6c7b commit 09246fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"build-aot-samples": "ngc -p tsconfig-aot-samples.json",
6262
"bundle": "npm run build-aot && npm run prepare-dist",
6363
"prepare-dist": "rollup -c rollup.config.umd.js",
64-
"pretest": "npm run bundle && npm run build",
64+
"pretest": "npm run bundle && npm run build && bower install jquery-mockjax ",
6565
"test": "karma start tests/karma.conf.js && npm run remap-istanbul",
6666
"remap-istanbul": "npm run copy-coverage-report && npm run remap-istanbul-html && npm run remap-istanbul-lcov",
6767
"remap-istanbul-html": "remap-istanbul -i coverage/karma-tmp/coverage.json -o coverage/html-report -t html",

0 commit comments

Comments
 (0)