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 a454edc commit d857dffCopy full SHA for d857dff
.github/workflows/publish.yml
@@ -36,7 +36,13 @@ jobs:
36
- name: Build the project
37
run: bun run build
38
39
+ - name: Move dist to build
40
+ run: mkdir build && cp dist/* build/
41
+
42
+ - name: Copy content to build
43
+ run: cp README.md package.json bun.lock build/
44
45
- name: Publish to npm
- run: bun publish
46
+ run: cd build && bun publish
47
env:
48
NPM_CONFIG_TOKEN: ${{ secrets.NPM_TOKEN }}
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "zod-environment",
3
"type": "module",
4
- "version": "0.0.4",
+ "version": "0.0.6",
5
"repository": {
6
"type": "git",
7
"url": "https://github.com/Costiss/zod-environment"
0 commit comments