Skip to content

Commit

Permalink
0.17.0-dev.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcjulian committed Jul 5, 2022
1 parent 811646a commit 4232bf7
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,6 +1,6 @@
{
"name": "nestjs-prisma",
"version": "0.16.0",
"version": "0.17.0-dev.0",
"description": "Schematics to add Prisma support to a NestJS application",
"scripts": {
"prebuild": "rimraf dist",
Expand All @@ -10,7 +10,7 @@
"dev:schematics": "tsc -p tsconfig.schematics.json --watch",
"test": "npm run build && jasmine src/**/*_spec.js",
"changelog": "npx conventional-changelog-cli conventional-changelog -p angular -i ./CHANGELOG.md -s",
"rocket": "npm run build && npm publish",
"rocket": "npm run build && npm publish --tag dev",
"format": "prettier --write \"lib/**/*.ts\" \"schematics/**/*.ts\"",
"lint": "eslint \"{lib,schematics}/**/*.ts\" --fix"
},
Expand Down

0 comments on commit 4232bf7

Please sign in to comment.