Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit 496ba40

Browse files
author
Je
committed
chore: rename
1 parent 85141cd commit 496ba40

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

bump.ts renamed to publish.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
import { version } from './version.ts';
1+
/* Aleph.js publish script, do NOT run this unless you ensure what are you doing! */
2+
3+
import { version } from './version.ts'
24

35
const [major, minor, patch] = version.split('.').map(s => parseInt(s))
46
const versions = [

0 commit comments

Comments
 (0)