We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e0b30f commit bebd39eCopy full SHA for bebd39e
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@phase.dev/phase-node",
3
- "version": "0.2.0",
+ "version": "0.2.1",
4
"description": "Node.js Server SDK for Phase",
5
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
@@ -13,7 +13,7 @@
13
],
14
"scripts": {
15
"prebuild": "node -p \"'export const LIB_VERSION = ' + JSON.stringify(require('./package.json').version) + ';'\" > version.ts",
16
- "prepare": "npm run build",
+ "prepare": "npm run prebuild && npm run build",
17
"build": "yarn rollup -c",
18
"test": "jest",
19
"prepack": "npmignore --auto"
0 commit comments