We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdd2e21 commit fffeef3Copy full SHA for fffeef3
.github/scripts/publish-npm.sh
@@ -10,7 +10,7 @@ version=$(grep "^version = " "crates/$1/Cargo.toml" | cut -d'"' -f2)
10
rm -rf npm/$1
11
mkdir -p npm/$1
12
cd npm/$1
13
-npm init --init-version $version --scope=@wassemble -y
+npm init --init-author-name "Wassemble" --init-author-url "https://github.com/wassemble/components" --init-version $version --scope=@wassemble -y
14
cd ../..
15
wit-bindgen markdown crates/$1/wit/world.wit --html-in-md
16
mv $1.md npm/$1/README.md
0 commit comments