Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: build scripts & doc #54

Merged
merged 3 commits into from
Nov 7, 2023
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 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
Loading