We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8335282 commit bc25e31Copy full SHA for bc25e31
.eslintignore
@@ -0,0 +1,3 @@
1
+dist
2
+dist.generated
3
+generated
package.json
@@ -142,7 +142,7 @@
142
"lint:main": "aegir lint",
143
"lint:ts": "aegir ts -p check",
144
"lint-TODO:project": "check-aegir-project # currently broken due to corrupting the repoUrl",
145
- "release": "aegir release",
+ "release": "aegir release --publish false && npm run build && npm publish --tag latest --access public",
146
"build": "run-s build:* && cp-cli dist.generated dist/dist.generated",
147
"build-todo:docs": "aegir docs -p false",
148
"build:deps": "run-s gen",
0 commit comments