From 569bddbf4db52ceecf806de16ec10daf9dc95e02 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Mon, 1 Jun 2020 21:11:09 +0300 Subject: [PATCH] Rename `install` script to `postinstall` (#2757) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9925e2bfe..d98ce3ece 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "docs-compile": "cd docs/ && bundle exec jekyll build -d ../docs_html", "docs-serve": "cd docs/ && bundle exec jekyll serve", "docs-prepare": "node build/npm/DocsPublish.js -v", - "install": "npm run plugins", + "postinstall": "npm run plugins", "js": "npm-run-all --sequential js-compile js-minify", "js-compile": "rollup --config build/config/rollup.config.js --sourcemap", "js-minify": "terser --compress typeofs=false --mangle --comments \"/^!/\" --source-map \"content=dist/js/adminlte.js.map,includeSources,url=adminlte.min.js.map\" --output dist/js/adminlte.min.js dist/js/adminlte.js",