mirror of
https://github.com/apache/superset.git
synced 2026-06-07 16:49:17 +00:00
7 lines
85 B
Bash
Executable File
7 lines
85 B
Bash
Executable File
#!/bin/bash
|
|
cd "$(dirname "$0")"
|
|
npm --version
|
|
npm install
|
|
npm run lint
|
|
npm run prod
|