mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
create single scss pack and script
remove unnecessary file from pack fix problem dev change style fix theme picker
This commit is contained in:
+2
-1
@@ -9,7 +9,8 @@
|
||||
"rimraf": "rimraf",
|
||||
"build": "npm run webpack -- --config config/webpack.build.js --progress --profile --bail && npm run build-style && npm run bundlesize-check",
|
||||
"test": "node node_modules/karma/bin/karma start --reporters mocha,coverage --single-run --component .",
|
||||
"build-style": "npm run webpack -- --config config/webpack.style.js --progress --profile --bail",
|
||||
"build-style": "npm run bundle-scss && npm run webpack -- --config config/webpack.style.js --progress --profile --bail",
|
||||
"bundle-scss": "node ./config/bundle-scss.js",
|
||||
"test-browser": "node node_modules/karma/bin/karma start karma.conf.js --reporters kjhtml",
|
||||
"coverage": "",
|
||||
"prepublishOnly": "npm run build",
|
||||
|
||||
Reference in New Issue
Block a user