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 1dc87c2 commit 06ecdabCopy full SHA for 06ecdab
2 files changed
pomsky-wasm/Cargo.toml
@@ -6,7 +6,7 @@ package.edition = "2021"
6
name = "compiler-web"
7
description = "A portable, modern regular expression language"
8
homepage = "https://pomsky-lang.org"
9
-version = "0.12.1"
+version = "0.12.2"
10
authors = ["Pomsky developers <info@pomsky-lang.org>"]
11
edition.workspace = true
12
license = "MIT OR Apache-2.0"
pomsky-wasm/justfile
@@ -1,11 +1,12 @@
1
set export
2
3
publish:
4
+ # if not logged in, run `npm adduser` beforehand
5
just build-node
- npm publish --access=public
+ cd pkg && npm publish --access=public
just build-web
# 0. set package name
# 1. compile
0 commit comments