We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baac27b commit 7817508Copy full SHA for 7817508
package.json
@@ -61,7 +61,7 @@
61
"bundle": "npm run build-aot && npm run prepare-dist",
62
"prepare-dist": "cp src/igniteui.angular2.js dist/npm/index.js && cp src/igniteui.angular2.d.ts dist/npm/index.d.ts && cp src/igniteui.angular2.metadata.json dist/npm/index.metadata.json && cp src/igniteui.angular2.ts dist/npm/igniteui.angular2.ts && cp -R src/** dist/npm/",
63
64
- "pretest": "npm run bundle",
+ "pretest": "npm run build && npm run bundle",
65
"test": "karma start tests/karma.conf.js && npm run remap-istanbul",
66
67
"remap-istanbul": "npm run copy-coverage-report && npm run remap-istanbul-html && npm run remap-istanbul-lcov",
0 commit comments