You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 24, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: template/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
"author": "{{ author }}",
6
6
"private": true,
7
7
"scripts": {
8
-
"build": "cross-env NODE_ENV=production npm run clean && npm run test && npm run sass && npm run build-parts && npm run clean-css && npm run process-html",
8
+
"build": "cross-env NODE_ENV=production npm run clean && npm run test && npm run sass && npm run copy-bs && npm run build-parts && npm run clean-css && npm run process-html",
9
9
"build-parts": "npm run sass && npm run compile",
10
10
"ci-teamcity": "karma --env=tc start karma.coverage.js && npm run ts-coverage-remap",
11
11
"ci-jenkins": "karma --env=jk start karma.coverage.js && npm run ts-coverage-remap",
@@ -16,7 +16,7 @@
16
16
"coverage": "npm run coverage-run && npm run ts-coverage-remap && npm run coverage-report-open",
0 commit comments