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 3ff43dd commit 5829036Copy full SHA for 5829036
adminforth/package.json
@@ -27,6 +27,15 @@
27
"install-plugins": "cd ../plugins && sh install-plugins.sh",
28
"install-adapters": "cd ../adapters && sh install-adapters.sh"
29
},
30
+ "release": {
31
+ "branches": [
32
+ "main",
33
+ {
34
+ "name": "next",
35
+ "prerelease": true
36
+ }
37
+ ]
38
+ },
39
"exports": {
40
".": {
41
"import": "./dist/index.js",
live-demo/deploy/.woodpecker.yml
@@ -26,7 +26,7 @@ steps:
26
build-live-demo:
when:
- - event: push
+ - event: push
image: docker
volumes:
0 commit comments