-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
30 lines (30 loc) · 1.17 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "wikit",
"private": true,
"license": "BSD-3-Clause",
"repository": {
"type": "git",
"url": "git+https://github.com/wmde/wikit.git"
},
"scripts": {
"postinstall": "lerna bootstrap",
"lerna": "lerna",
"test": "lerna run test",
"test:e2e": "lerna run e2e:saucelabs --scope @wmde/wikit-vue-components",
"build:storybook": "lerna run build --scope @wmde/wikit-tokens && npm-run-all build:storybook:*",
"build:storybook:docs": "lerna run build --scope @wmde/wikit-docs",
"build:storybook:vue-components": "lerna run build:storybook --scope @wmde/wikit-vue-components",
"build:storybook:extract-stories": "lerna run build:extract-stories --scope @wmde/wikit-vue-components",
"build:storybook:compose": "cp -r vue-components/storybook-static docs/dist/vue-components",
"chromatic": "lerna run chromatic --scope @wmde/wikit-vue-components",
"bump-version": "lerna version --no-git-tag-version",
"publish-tokens-vue": "lerna publish from-package --yes"
},
"devDependencies": {
"lerna": "^4.0.0",
"npm-run-all": "^4.1.5"
},
"bugs": {
"url": "https://phabricator.wikimedia.org/tag/wikidata_design_system/"
}
}