Skip to content

Commit

Permalink
Add a new npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
mahozad committed Nov 24, 2023
1 parent 461dfb0 commit 9b48590
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -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": {
Expand Down

0 comments on commit 9b48590

Please sign in to comment.