diff --git a/package.json b/package.json index de679e7d0..5693f4236 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,7 @@ "build": "webpack --mode=development", "build:dev": "webpack --mode=development --config dev/webpack.dev.config.js", "publish": "webpack --mode=production", + "package": "webpack --mode=production", "wind": "tailwindcss build src/css/index.css -o dist/decanter.css", "lint": "eslint './src'", "lint:fix": "eslint './src' --fix",