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 ee36ec8 commit c89ab73Copy full SHA for c89ab73
.gitignore
@@ -136,15 +136,15 @@ typings/
136
137
# Nuxt.js build / generate output
138
.nuxt
139
-# dist
+dist
140
141
# Storybook build outputs
142
.out
143
.storybook-out
144
storybook-static
145
146
# rollup.js default build output
147
-# dist/
+dist/
148
149
# Gatsby files
150
.cache/
package.json
@@ -20,7 +20,7 @@
20
"scripts": {
21
"dev": "baechli src/* -c 'yarn build'",
22
"build": "rm -rf dist/*; bili src/index.mjs;",
23
- "release": "release-it"
+ "release": "doppler run -- release-it"
24
},
25
"files": [
26
"dist/*",
0 commit comments