Skip to content

Commit bc25e31

Browse files
committed
publish to npm manually since aegir clobbers dist
1 parent 8335282 commit bc25e31

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.eslintignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
dist
2+
dist.generated
3+
generated

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
"lint:main": "aegir lint",
143143
"lint:ts": "aegir ts -p check",
144144
"lint-TODO:project": "check-aegir-project # currently broken due to corrupting the repoUrl",
145-
"release": "aegir release",
145+
"release": "aegir release --publish false && npm run build && npm publish --tag latest --access public",
146146
"build": "run-s build:* && cp-cli dist.generated dist/dist.generated",
147147
"build-todo:docs": "aegir docs -p false",
148148
"build:deps": "run-s gen",

0 commit comments

Comments
 (0)