File tree 3 files changed +698
-327
lines changed
3 files changed +698
-327
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 37
37
"lint" : " ng lint" ,
38
38
"e2e" : " ng e2e" ,
39
39
"ngcompile" : " npm run build" ,
40
- "build:esm" : " gulp inline-templates && npm run ngcompile" ,
41
40
"build:esm:watch" : " npm build:watch" ,
42
41
"build:umd" : " npm run build" ,
43
42
"build:umd:watch" : " npm build:watch" ,
47
46
"codecov" : " cat coverage/lcov.info | codecov" ,
48
47
"docs" : " compodoc -p tsconfig.json -d docs --disableCoverage" ,
49
48
"explorer" : " source-map-explorer ./dist/angular2-query-builder/bundles/angular2-query-builder.umd.js" ,
50
- "gh-pages" : " rimraf docs && npm run docs && gulp copy:demo && gh-pages -d docs" ,
49
+ "copyDemo" : " copyfiles -u 2 demo/dist/**/* docs" ,
50
+ "gh-pages" : " rimraf docs && npm run docs && npm run copyDemo && gh-pages -d docs" ,
51
51
"postversion" : " git push && git push --tags" ,
52
52
"prebuild" : " rimraf dist tmp" ,
53
53
"prebuild:watch" : " rimraf dist tmp" ,
79
79
"compodoc" : " ^0.0.41" ,
80
80
"core-js" : " ^2.6.5" ,
81
81
"gh-pages" : " ^2.2.0" ,
82
- "gulp" : " 4" ,
83
- "gulp-inline-ng2-template" : " ^5.0.1" ,
84
82
"jasmine-core" : " ^3.4.0" ,
85
83
"jasmine-spec-reporter" : " ^4.2.1" ,
86
84
"karma" : " ^4.1.0" ,
98
96
"tslint" : " ^5.15.0" ,
99
97
"typescript" : " 3.4.5" ,
100
98
"zone.js" : " ^0.9.1"
99
+ },
100
+ "dependencies" : {
101
+ "copyfiles" : " ^2.2.0"
101
102
}
102
103
}
You can’t perform that action at this time.
0 commit comments