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 7984137 commit 2239e2cCopy full SHA for 2239e2c
.github/workflows/release.yml
@@ -34,6 +34,9 @@ jobs:
34
- name: 📦 Release
35
run: pnpm publish --no-git-checks
36
37
+ - name: 📦 Release alias (stackblitz-clone)
38
+ run: pnpm publish:alias
39
+
40
- run: pnpm changelogithub
41
env:
42
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
scripts/publish-alias.js
@@ -1,10 +1,5 @@
1
#!/usr/bin/env node
2
3
-/**
4
- * Publish the package as 'stackblitz-clone' alias
5
- * Run this after publishing 'stackblitz-zip'
6
- */
7
-
8
import { execSync } from 'node:child_process'
9
import { readFile, writeFile } from 'node:fs/promises'
10
import { resolve } from 'node:path'
0 commit comments