Skip to content

Commit d800c67

Browse files
committed
Bundle the package first and then build test files
1 parent 7817508 commit d800c67

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
"bundle": "npm run build-aot && npm run prepare-dist",
6262
"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/",
6363

64-
"pretest": "npm run build && npm run bundle",
64+
"pretest": "npm run bundle && npm run build",
6565
"test": "karma start tests/karma.conf.js && npm run remap-istanbul",
6666

6767
"remap-istanbul": "npm run copy-coverage-report && npm run remap-istanbul-html && npm run remap-istanbul-lcov",

0 commit comments

Comments
 (0)