Skip to content

Commit 90ce048

Browse files
authored
Merge pull request #250 from ckb-devrel/v0.4.x
merge v0.4.x into develop
2 parents 49d85f2 + 0b6fdc0 commit 90ce048

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ Options:
4343
-h, --help display help for command
4444

4545
Commands:
46-
create [options] [your-project-name] Create a new dApp from bare templates
4746
node [options] [CKB-Version] Use the CKB to start devnet
47+
create [options] [your-project-name] Create a new dApp from bare templates
4848
clean Clean the devnet data, need to stop running the chain first
4949
accounts Print account list info
5050
inject-config Add offckb.config.ts to your frontend workspace
@@ -339,3 +339,4 @@ npm install -g @offckb/cli
339339
## Contributing
340340

341341
check [development doc](/docs/develop.md)
342+

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@offckb/cli",
3-
"version": "0.4.0-pre",
3+
"version": "0.4.0-rc1",
44
"description": "ckb development network for your first try",
55
"author": "CKB EcoFund",
66
"license": "MIT",
@@ -29,7 +29,7 @@
2929
]
3030
},
3131
"scripts": {
32-
"build": "tsc && ncc build dist/cli.js -o build",
32+
"build": "tsc && ncc build dist/cli.js -o build --external cpu-features",
3333
"start": "ts-node-dev --transpile-only src/cli.ts",
3434
"clean": "rm -rf ./target",
3535
"lint": "eslint \"src/**/*.ts\" --ignore-pattern 'node_modules/'",

0 commit comments

Comments
 (0)