Skip to content

Commit ea595d7

Browse files
committed
build: add missing version npm script
1 parent 09183cc commit ea595d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
"build": "npm run clean && npm run compile",
6666
"docs-gen": "typedoc --out docs src/index.ts",
6767
"json-docs-gen": "typedoc --json dist/docs.json src/index.ts",
68+
"version": "changeset version && npm i --package-lock-only && npm run build",
6869
"release": "npm run build && changeset publish"
6970
}
7071
}

0 commit comments

Comments
 (0)