oriservice-windows-arm64
Advanced tools
Comparing version 0.0.0-pre-alpha.1-8a3809d to 0.0.0-pre-alpha.1-9eb14b4
{ | ||
"name": "oriservice-windows-arm64", | ||
"version": "0.0.0-pre-alpha.1-8a3809d", | ||
"version": "0.0.0-pre-alpha.1-9eb14b4", | ||
"repository": { | ||
@@ -8,6 +8,6 @@ "url": "https://github.com/microsoft/ori" | ||
"os": [ | ||
"arm64" | ||
"win32" | ||
], | ||
"cpu": [ | ||
"win32" | ||
"arm64" | ||
], | ||
@@ -14,0 +14,0 @@ "bin": { |
@@ -192,5 +192,5 @@ # ori | ||
# and generates new packages. | ||
./scripts/build-everything.sh | ||
./scripts/build-nonmac.sh | ||
# this publishes to npm (you'll have to npm login separately) | ||
./scripts/publish-everything.sh | ||
./scripts/publish-nonmac.sh | ||
``` | ||
@@ -197,0 +197,0 @@ |
10310