Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/ckb-indexer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"scripts": {
"build": "tsc",
"clean": "rimraf lib",
"clean": "npx rimraf lib",
"prepublishOnly": "yarn run clean && yarn run build",
"release": "npm publish"
},
Expand Down
3 changes: 1 addition & 2 deletions packages/neuron-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"lint": "eslint --fix --ext .tsx,.ts,.js src",
"test": "react-app-rewired test --env=jsdom --watchAll=false",
"build": "cross-env DISABLE_ESLINT_PLUGIN=true GENERATE_SOURCEMAP=false react-app-rewired build",
"clean": "rimraf build/*",
"clean": "npx rimraf build/*",
"precommit": "lint-staged",
"storybook": "start-storybook -p 9009 -s public",
"build-storybook": "build-storybook -s public"
Expand Down Expand Up @@ -92,7 +92,6 @@
"react-app-rewired": "2.2.1",
"react-scripts": "5.0.1",
"react-test-renderer": "16.12.0",
"rimraf": "3.0.2",
"storybook-react-router": "1.0.8"
},
"resolutions": {
Expand Down
3 changes: 1 addition & 2 deletions packages/neuron-wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"watch": "ttsc -w",
"start:dev": "yarn run build && electron .",
"start:debug": "yarn run build && electron --inspect=5858 .",
"clean": "rimraf dist/*",
"clean": "npx rimraf dist/*",
"test": "jest --runInBand --collect-coverage --forceExit",
"test:watch": "jest --watch",
"lint": "eslint --fix --ext .ts,.js src",
Expand Down Expand Up @@ -93,7 +93,6 @@
"lint-staged": "9.5.0",
"neuron-ui": "0.103.2",
"prettier": "1.19.1",
"rimraf": "3.0.2",
"ttypescript": "1.5.13",
"typescript": "4.2.3"
}
Expand Down
Loading