Skip to content

Commit c89ab73

Browse files
committed
add doppler
1 parent ee36ec8 commit c89ab73

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,15 +136,15 @@ typings/
136136

137137
# Nuxt.js build / generate output
138138
.nuxt
139-
# dist
139+
dist
140140

141141
# Storybook build outputs
142142
.out
143143
.storybook-out
144144
storybook-static
145145

146146
# rollup.js default build output
147-
# dist/
147+
dist/
148148

149149
# Gatsby files
150150
.cache/

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"scripts": {
2121
"dev": "baechli src/* -c 'yarn build'",
2222
"build": "rm -rf dist/*; bili src/index.mjs;",
23-
"release": "release-it"
23+
"release": "doppler run -- release-it"
2424
},
2525
"files": [
2626
"dist/*",

0 commit comments

Comments
 (0)