File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,8 +43,8 @@ Options:
4343 -h, --help display help for command
4444
4545Commands:
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
341341check [ development doc] ( /docs/develop.md )
342+
Original file line number Diff line number Diff line change 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" ,
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/'" ,
You can’t perform that action at this time.
0 commit comments