Skip to content

Commit

Permalink
Add package npm script for autorelease. (#830)
Browse files Browse the repository at this point in the history
Add package npm script for autorelease. (#830)
  • Loading branch information
sherakama authored May 21, 2021
1 parent f478adb commit 090d74b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 090d74b

Please sign in to comment.