Skip to content

Commit 06ecdab

Browse files
committed
fix justfile and bump wasm packages version
1 parent 1dc87c2 commit 06ecdab

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

pomsky-wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ package.edition = "2021"
66
name = "compiler-web"
77
description = "A portable, modern regular expression language"
88
homepage = "https://pomsky-lang.org"
9-
version = "0.12.1"
9+
version = "0.12.2"
1010
authors = ["Pomsky developers <info@pomsky-lang.org>"]
1111
edition.workspace = true
1212
license = "MIT OR Apache-2.0"

pomsky-wasm/justfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
set export
22

33
publish:
4+
# if not logged in, run `npm adduser` beforehand
45
just build-node
5-
npm publish --access=public
6+
cd pkg && npm publish --access=public
67

78
just build-web
8-
npm publish --access=public
9+
cd pkg && npm publish --access=public
910

1011
# 0. set package name
1112
# 1. compile

0 commit comments

Comments
 (0)