Skip to content

Commit

Permalink
chore: build scripts & doc (#54)
Browse files Browse the repository at this point in the history
* chore: support m1

* chore: clean tnpm

* chore: badge
  • Loading branch information
elrrrrrrr authored Nov 7, 2023
1 parent 7d93849 commit d4faa63
Show file tree
Hide file tree
Showing 14 changed files with 112 additions and 27,823 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# rapid
The fastest way to install npm packages.

[![Node CI Linux](https://github.com/cnpm/rapid/actions/workflows/linux-ci.yml/badge.svg)](https://github.com/cnpm/rapid/actions/workflows/linux-ci.yml) [![Node TEST Linux](https://github.com/cnpm/rapid/actions/workflows/linux-test.yml/badge.svg)](https://github.com/cnpm/rapid/actions/workflows/linux-test.yml) [![Rust TEST Linux](https://github.com/cnpm/rapid/actions/workflows/rust-test.yml/badge.svg)](https://github.com/cnpm/rapid/actions/workflows/rust-test.yml)
[![Node CI Linux](https://github.com/cnpm/rapid/actions/workflows/ci.yml/badge.svg)](https://github.com/cnpm/rapid/actions/workflows/linux-ci.yml) [![Rust TEST Linux](https://github.com/cnpm/rapid/actions/workflows/rust-test.yml/badge.svg)](https://github.com/cnpm/rapid/actions/workflows/rust-test.yml)

# Usage
```javascript
Expand Down
4 changes: 2 additions & 2 deletions integration/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# tnpm integration
# rapid integration

tnpm 集成测试,如果有新的 case 出现,可以把 case 加在 test/ 目录下
rapid 集成测试,如果有新的 case 出现,可以把 case 加在 test/ 目录下
18 changes: 0 additions & 18 deletions integration/fixtures/local-deps-tree/package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,5 @@
{
"dependencies": {
"@alipay/basement-error-dump": "^1.3.0",
"@alipay/basement-map-json": "^1.2.0",
"@alipay/basement-source-map": "^1.0.5",
"@alipay/bigbrother-report-client": "^1.0.0",
"@alipay/bikini": "^1.6.0",
"@alipay/bmw-auto-external-utils": "^1.0.5",
"@alipay/build-meta": "^1.0.1",
"@alipay/code-static-scan": "^1.0.0",
"@alipay/satori-client": "^1.2.0",
"@alipay/smallfish-build-cache": "^1.0.1",
"@alipay/techless-function": "^4.2.0",
"@alipay/techless-function-helper": "^1.7.0",
"@alipay/tnpmbuild": "^1.0.0",
"@alipay/webpack-cache": "^1.0.1",
"@types/mocha": "^2.2.44",
"@types/node": "^14.14.22",
"@types/tar": "^4.0.4",
Expand All @@ -30,10 +16,6 @@
"chair": "latest"
},
"devDependencies": {
"@ali/ci": "^4.15.0",
"@ali/egg-bin": "^2.4.0",
"@alipay/basement": "^3.5.0",
"@alipay/smallfish-core": "^0.3.7",
"@types/uuid": "^8.3.0",
"assert-file": "^1.0.0",
"autod": "^2.8.0",
Expand Down
29 changes: 0 additions & 29 deletions integration/fixtures/prod-deps-v2/nock-mock-tnpmregistry.js

This file was deleted.

Loading

0 comments on commit d4faa63

Please sign in to comment.