Skip to content

Commit

Permalink
Add release script
Browse files Browse the repository at this point in the history
  • Loading branch information
jstayton committed Oct 12, 2020
1 parent 7625376 commit 352779a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"build": "NODE_ENV=production eleventy & NODE_ENV=production postcss ./src/_assets/main.css -o ./dist/_assets/main.css",
"dev": "eleventy --serve & postcss ./src/_assets/main.css -o ./tmp/_assets/main.css --watch",
"lint": "prettier --check .",
"lint:fix": "prettier --write ."
"lint:fix": "prettier --write .",
"release": "release-it"
},
"dependencies": {
"tailwindcss": "^1.8.13"
Expand Down

0 comments on commit 352779a

Please sign in to comment.