Skip to content

Commit d8b20c4

Browse files
author
Mathieu Bour
committed
fix: build the package before publishing (oops!)
1 parent 5ebe82d commit d8b20c4

3 files changed

Lines changed: 13 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Changelog
2+
3+
## [Version 0.1.1 - Initial release](https://github.com/csquare-ai/crossp/releases/tag/0.1.1)
4+
5+
- **fix**: build the package before publishing (oops!)
6+
7+
## [~~Version 0.1.0 - Initial release~~](https://github.com/csquare-ai/crossp/releases/tag/0.1.0)
8+
9+
- **feat**: initial release

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@csquare/crossp",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Generate commands from a single one using csquare syntax.",
55
"keywords": [
66
"csquare",
@@ -28,6 +28,7 @@
2828
"repository": "github:csquare-ai/crossp",
2929
"scripts": {
3030
"prepare": "npx is-ci || husky install",
31+
"prepublishOnly": "npm run build",
3132
"format": "prettier --write **/*.{ts,tsx,json,yaml,yml,md}",
3233
"format:check": "prettier --check **/*.{ts,tsx,yaml,yml,md}",
3334
"test": "jest",

0 commit comments

Comments
 (0)