Skip to content

Commit da565b8

Browse files
Fix the development environment
1 parent e003f30 commit da565b8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Development
22

3-
See the [kibana contributing guide](https://github.com/elastic/kibana/blob/master/CONTRIBUTING.md) for instructions setting up your development environment. Once you have completed that, git clone our plugin into a folder next to your cloned kibana folder. Once that is done you can use the commands below.
3+
See the [kibana contributing guide](https://github.com/elastic/kibana/blob/master/CONTRIBUTING.md) for instructions setting up your development environment. Once you have completed that, you can use the commands below.
44

55
- `yarn kbn bootstrap`
66

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@
99
"templateVersion": "1.0.0"
1010
},
1111
"scripts": {
12-
"preinstall": "node ../kibana/preinstall_check",
13-
"kbn": "node ../kibana/scripts/kbn",
12+
"preinstall": "node ../../kibana/preinstall_check",
13+
"kbn": "node ../../kibana/scripts/kbn",
1414
"lint": "eslint .",
1515
"start": "plugin-helpers start",
1616
"test:server": "plugin-helpers test:server",
1717
"test:browser": "plugin-helpers test:browser",
1818
"build": "plugin-helpers build"
1919
},
2020
"devDependencies": {
21-
"@elastic/eslint-config-kibana": "link:../kibana/packages/eslint-config-kibana",
22-
"@elastic/eslint-import-resolver-kibana": "link:../kibana/packages/kbn-eslint-import-resolver-kibana",
23-
"@kbn/plugin-helpers": "link:../kibana/packages/kbn-plugin-helpers",
21+
"@elastic/eslint-config-kibana": "link:../../kibana/packages/eslint-config-kibana",
22+
"@elastic/eslint-import-resolver-kibana": "link:../../kibana/packages/kbn-eslint-import-resolver-kibana",
23+
"@kbn/plugin-helpers": "link:../../kibana/packages/kbn-plugin-helpers",
2424
"babel-eslint": "^8.0.2",
2525
"eslint": "^4.11.0",
2626
"eslint-plugin-babel": "^4.1.1",

0 commit comments

Comments
 (0)