Skip to content

Commit 808443e

Browse files
authored
bad changes I had to do to run a release (#32)
1 parent d4c88aa commit 808443e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"test:logs": "bolt w @brisk-docs/react-changelogs run jest",
2828
"changeset": "build-releases changeset",
2929
"version-packages": "build-releases version",
30-
"publish-changed": "yarn build && build-releases publish --public",
30+
"publish-changed": "yarn build && build-releases publish",
3131
"prepare:docs": "bolt && yarn build:docs && yarn export"
3232
},
3333
"bolt": {

packages/react-changelogs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"author": "Aparna Raj",
88
"license": "MIT",
99
"scripts": {
10-
"build": "babel src --out-dir dist --extensions '.ts,.js,.tsx' --ignore **/__tests__/**/*"
10+
"build": "babel src --out-dir dist --extensions '.ts,.js,.tsx' --ignore **/__tests__/**/* --config-file ../../babel.config.js"
1111
},
1212
"files": [
1313
"dist"

0 commit comments

Comments
 (0)