From 09ebebffc474ef0ff6e20ff483b7b2887fa552ac Mon Sep 17 00:00:00 2001 From: nikugogoi <95nikass@gmail.com> Date: Mon, 5 Dec 2022 18:26:00 +0530 Subject: [PATCH] Upgrade version in package.json (#4) --- .github/workflows/publish-gitea.yaml | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish-gitea.yaml b/.github/workflows/publish-gitea.yaml index 51b9c53bbd..55ec96c1b8 100644 --- a/.github/workflows/publish-gitea.yaml +++ b/.github/workflows/publish-gitea.yaml @@ -17,10 +17,10 @@ jobs: uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} - - run: yarn + - run: npm ci - name: Run yarn build run: | - yarn build + npm run build - name: Configure git.vdb.to npm registry run: | npm config set registry https://git.vdb.to/api/packages/cerc-io/npm/ diff --git a/package.json b/package.json index a3b189f2d3..e12f01c656 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "assemblyscript", "wasm" ], - "version": "0.0.1", + "version": "0.19.10-watcher-ts-0.1.1", "author": "Daniel Wirtz ", "contributors": [], "license": "Apache-2.0",