Skip to content

Commit

Permalink
Publish with GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammadsiyou committed May 12, 2022
1 parent fdfdfde commit ec98d09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "prettier-plugin-twin.macro",
"version": "1.0.0",
"version": "1.0.7",
"description": "A Prettier plugin for sorting Tailwind CSS classes on twin.macro",
"main": "dist/index.js",
"scripts": {
"_esbuild": "node ./scripts/build.js",
"build": "yarn _esbuild -- --minify",
"dev": "yarn _esbuild -- --watch",
"prebuild": "rimraf ./dist && cpy node_modules/tailwindcss/lib/css/ dist/css/ --flat && cd ./dist && ls && cd ./css && ls && cd ../../",
"prebuild": "rimraf ./dist && cpy node_modules/tailwindcss/lib/css/ dist/css/ --flat",
"prepare": "yarn build",
"prepublishOnly": "yarn test",
"test": "ava",
Expand Down

0 comments on commit ec98d09

Please sign in to comment.