Skip to content

Commit

Permalink
updated package.json scripts and set publishConfig.access to public
Browse files Browse the repository at this point in the history
  • Loading branch information
ZibanPirate committed Oct 29, 2021
1 parent 0e9a35f commit 2bc6dde
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,19 @@
"main": "dist/index.js",
"scripts": {
"clean": "rm -rf dist",
"test": "jest --coverage",
"test": "jest",
"test:cov": "jest --coverage",
"test:watch": "jest --watch",
"build": "yarn clean && tsc",
"prepublish": "yarn test && yarn build",
"rebuild-parser": "yarn tspegjs -o src/generated/parser.ts src/descriptionGrammar.pegjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/joindeed/prisma-auth.git"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"Prisma",
"Authorization",
Expand Down

0 comments on commit 2bc6dde

Please sign in to comment.