From ecced7b272159e134dab84af311e94f597a7e29b Mon Sep 17 00:00:00 2001 From: Mahdi Hosseinzadeh Date: Fri, 24 Nov 2023 18:13:09 +0330 Subject: [PATCH] Add a new npm script --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 41e4f2d..5d537a2 100644 --- a/package.json +++ b/package.json @@ -24,6 +24,7 @@ "test-with-coverage": "jest --env=node --colors --coverage test", "lint": "eslint --color dist/theme-switch.js", "lint-html": "eslint --format html --output-file lint.html dist/theme-switch.js", + "create-distribution": "./node_modules/.bin/rollup -c rollup.config.mjs", "prepublishOnly": "npm test" }, "babel": {