mirror of
https://github.com/element-plus/element-plus.git
synced 2025-12-19 09:09:40 +08:00
6 lines
312 B
Bash
6 lines
312 B
Bash
sed -i 's/"name": "element-plus",/"name": "@element-plus\/nightly",/' packages/element-plus/package.json
|
|
sed -i '2s/element-plus/@element-plus\/nightly/' internal/build-constants/src/pkg.ts
|
|
|
|
# remove line 14 to 22, will not publish eslint-config and metadata to npm on nightly
|
|
sed -i '14,22d' scripts/publish.sh
|