Skip to content

Commit bebd39e

Browse files
chore: bump version, make prebuild runs for builds
1 parent 7e0b30f commit bebd39e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@phase.dev/phase-node",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Node.js Server SDK for Phase",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -13,7 +13,7 @@
1313
],
1414
"scripts": {
1515
"prebuild": "node -p \"'export const LIB_VERSION = ' + JSON.stringify(require('./package.json').version) + ';'\" > version.ts",
16-
"prepare": "npm run build",
16+
"prepare": "npm run prebuild && npm run build",
1717
"build": "yarn rollup -c",
1818
"test": "jest",
1919
"prepack": "npmignore --auto"

0 commit comments

Comments
 (0)