Skip to content

Commit

Permalink
Merge pull request #82 from cerebruminc/lucianbuzzo/ensure-built-file…
Browse files Browse the repository at this point in the history
…s-publish-npm

fix: make sure the dist directory is published to npm
  • Loading branch information
LucianBuzzo authored Feb 28, 2024
2 parents fda8206 + 043cba5 commit a6c7f0e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -256,4 +256,5 @@ tags


dist/
.npmrc
.npmrc
*.tgz
4 changes: 4 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,8 @@ src
test
tsconfig.json
.npmrc
.env
.prettierrc
eslint.config.ts
yarn-error.log
coverage
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
"version": "3.3.0",
"description": "Role based access control for Prisma Apps",
"main": "dist/index.js",
"files": [
"CHANGELOG.md",
"dist",
"images"
],
"scripts": {
"generate": "prisma generate",
"build": "tsc",
Expand Down

0 comments on commit a6c7f0e

Please sign in to comment.