mirror of
https://github.com/apache/superset.git
synced 2026-04-13 13:18:25 +00:00
style: rename 'Source' top nav item to 'Data' (#10715)
* style: rename 'Source' top nav item to 'Data' * Fix tests * tables -> datasets * rename datasource -> dataset * lint * more renaming * use npm ci
This commit is contained in:
committed by
GitHub
parent
9fe30ab71e
commit
3d8857ecc8
3
.github/workflows/bashlib.sh
vendored
3
.github/workflows/bashlib.sh
vendored
@@ -59,8 +59,7 @@ npm-install() {
|
||||
say "::group::Install npm packages"
|
||||
echo "npm: $(npm --version)"
|
||||
echo "node: $(node --version)"
|
||||
rm -rf ./node_modules
|
||||
npm install
|
||||
npm ci
|
||||
say "::endgroup::"
|
||||
|
||||
# cache-save npm
|
||||
|
||||
Reference in New Issue
Block a user