Skip to content

Commit

Permalink
Add package.json version change for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Jolg42 committed Mar 12, 2020
1 parent 6a21083 commit f158e2c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cli/prisma2/package.json
Expand Up @@ -30,7 +30,7 @@
},
"bin": "build/index.js",
"prisma": {
"version": "7f34f2252d46d463cf9a2e45488385c5adb0a49b"
"version": "377df4fe30aa992f13f1ba152cf83d5770bdbc85"
},
"devDependencies": {
"@prisma/ci-info": "^2.1.1",
Expand Down Expand Up @@ -93,4 +93,4 @@
"build": "pnpm run tsc && pnpm run ncc:download && rm -rf build && pnpm run ncc && sed -i.bak 's/env ts-node/env node/g' 'build/index.js' && rm -f build/index.js.bak && bash scripts/copy-runtime.sh",
"pkg": "pkg . -o pkg-build"
}
}
}
4 changes: 2 additions & 2 deletions cli/sdk/package.json
Expand Up @@ -18,7 +18,7 @@
"scripts"
],
"prisma": {
"version": "7f34f2252d46d463cf9a2e45488385c5adb0a49b"
"version": "377df4fe30aa992f13f1ba152cf83d5770bdbc85"
},
"devDependencies": {
"@types/jest": "24.0.22",
Expand Down Expand Up @@ -77,4 +77,4 @@
"git add"
]
}
}
}

0 comments on commit f158e2c

Please sign in to comment.