Skip to content

Commit

Permalink
Update APM UI dev docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sorenlouv authored Dec 3, 2018
1 parent 90a9cd5 commit fb091c1
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions x-pack/plugins/apm/readme.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
# Documentation for APM in x-pack-kibana
# Documentation for APM UI

_Note: Be sure to run the following commands from inside the `x-pack` directory._

### Format with Prettier
```
npx prettier "./plugins/apm/**/*.js" --write
```
_Note: Run the following commands from `kibana/x-pack`._

### Run tests
```
Expand All @@ -17,7 +12,13 @@ node scripts/jest.js plugins/apm --watch
node scripts/jest.js plugins/apm --updateSnapshot
```

### Run ESLint (run from kibana root)
_Note: Run the following commands from `kibana/`._

### Format with Prettier

./node_modules/.bin/prettier "./x-pack/plugins/apm/**/*.js" --write

### Run ESLint (run from `kibana/`)
```
./node_modules/.bin/eslint ./x-pack/plugins/apm
```
Expand Down

0 comments on commit fb091c1

Please sign in to comment.