Skip to content

Commit

Permalink
eslint-plugin: Make sure to publish dist files
Browse files Browse the repository at this point in the history
  • Loading branch information
jpwilliams committed Nov 17, 2023
1 parent 58280a8 commit f000a1c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,14 @@
},
"scripts": {
"build": "tsc",
"postversion": "pnpm run build",
"test": "jest --silent --ci",
"release": "node ../../scripts/release/publish.js",
"log": "node ./test.js"
},
"files": [
"dist"
],
"keywords": [
"eslint",
"eslintplugin",
Expand Down

0 comments on commit f000a1c

Please sign in to comment.