diff options
| author | XhmikosR <[email protected]> | 2021-01-05 15:22:44 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2021-07-30 08:37:06 +0300 |
| commit | 0ed8a07834b00a040de1fd78efdfbc4ee154448f (patch) | |
| tree | 16e21de3e33b11d1056ee36b5ee98ea179f09f26 /package.json | |
| parent | 742269a73494300c149ca916328f3762cae616cc (diff) | |
| download | bootstrap-main-xmr-bundlewatch-action.tar.xz bootstrap-main-xmr-bundlewatch-action.zip | |
Move bundlewatch to GitHub Actionsmain-xmr-bundlewatch-action
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package.json b/package.json index d6a26d68d..c78c12258 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ ], "scripts": { "start": "npm-run-all --parallel watch docs-serve", - "bundlewatch": "bundlewatch --config .bundlewatch.config.json", + "bundlewatch": "npx bundlewatch --config .bundlewatch.config.json", "css": "npm-run-all css-compile css-prefix css-rtl css-minify", "css-compile": "sass --style expanded --source-map --embed-sources --no-error-css scss/:dist/css/", "css-rtl": "cross-env NODE_ENV=RTL postcss --config build/postcss.config.js --dir \"dist/css\" --ext \".rtl.css\" \"dist/css/*.css\" \"!dist/css/*.min.css\" \"!dist/css/*.rtl.css\"", @@ -109,7 +109,6 @@ "@rollup/plugin-node-resolve": "^13.0.4", "@rollup/plugin-replace": "^3.0.0", "autoprefixer": "^10.2.6", - "bundlewatch": "^0.3.2", "clean-css-cli": "^5.3.0", "cross-env": "^7.0.3", "eslint": "^7.31.0", |
