Skip to content

Commit 1626f9d

Browse files
Christian Ohlerskovy
Christian Ohler
authored andcommitted
build(scripts): run yarn build from prepare, not just prepack
This enables installing via yarn directly from github, without a packaged release.
1 parent d6dd410 commit 1626f9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"tsm": "ts-node ./lib/cli.ts",
2424
"clean": "rm -rf ./dist",
2525
"build": "yarn clean && tsc && chmod +x dist/lib/cli.js",
26-
"prepack": "yarn build",
26+
"prepare": "yarn build",
2727
"check-types": "tsc --noEmit",
2828
"check-formatting": "prettier --check '**/*.{js,json,css,md,scss,tsx,ts}'",
2929
"commit": "commit"

0 commit comments

Comments
 (0)