Skip to content

Commit

Permalink
fix: another try to make it compatible with windows
Browse files Browse the repository at this point in the history
  • Loading branch information
belopash authored and mo4islona committed Feb 22, 2024
1 parent 98bf7b6 commit 70d90cc
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@subsquid/cli",
"description": "squid cli tool",
"version": "2.8.2",
"version": "2.8.3",
"license": "GPL-3.0-or-later",
"repository": "[email protected]:subsquid/squid-cli.git",
"publishConfig": {
Expand Down Expand Up @@ -42,16 +42,16 @@
},
"homepage": "https://www.subsquid.io/",
"scripts": {
"postinstall": "bin/run.js autocomplete --refresh-cache",
"postinstall": "node ./bin/run.js autocomplete --refresh-cache",
"build": "rm -rf lib && tsc",
"dev": "bin/dev",
"sqd": "bin/run.js",
"bl": "node lib/blessed.js",
"dev": "./bin/dev",
"sqd": "./bin/run.js",
"bl": "node ./lib/blessed.js",
"lint": "eslint --fix src/**/*",
"test:unit": "NODE_ENV=test jest --bail --testRegex=.unit.spec.ts$",
"tsc": "tsc --noEmit",
"pkg:build": "bin/pkg-build.sh",
"pkg:compress": "bin/pkg-compress.sh",
"pkg:build": "./bin/pkg-build.sh",
"pkg:compress": "./bin/pkg-compress.sh",
"upg": "npx npm-check-updates -u -i"
},
"jest": {
Expand Down

0 comments on commit 70d90cc

Please sign in to comment.