forked from liferay/liferay-js-toolkit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.save.cson
87 lines (87 loc) · 3.82 KB
/
.save.cson
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
"packages/**/*.js": {
command: "node_modules/.bin/prettier-eslint --write ${path}"
}
"packages/babel-plugin-name-amd-modules/**/*.js": {
command: "cd packages/babel-plugin-name-amd-modules && npm run build"
}
"packages/babel-plugin-namespace-amd-define/**/*.js": {
command: "cd packages/babel-plugin-namespace-amd-define && npm run build"
}
"packages/babel-plugin-namespace-modules/**/*.js": {
command: "cd packages/babel-plugin-namespace-modules && npm run build"
}
"packages/babel-plugin-normalize-requires/**/*.js": {
command: "cd packages/babel-plugin-normalize-requires && npm run build"
}
"packages/babel-plugin-shim-nodejs/**/*.js": {
command: "cd packages/babel-plugin-shim-nodejs && npm run build"
}
"packages/babel-plugin-wrap-modules-amd/**/*.js": {
command: "cd packages/babel-plugin-wrap-modules-amd && npm run build"
}
"packages/babel-preset-liferay-amd/**/*.js": {
command: "cd packages/babel-preset-liferay-amd && npm run build"
}
"packages/babel-preset-liferay-isomorphic/**/*.js": {
command: "cd packages/babel-preset-liferay-isomorphic && npm run build"
}
"packages/babel-preset-liferay-project/**/*.js": {
command: "cd packages/babel-preset-liferay-project && npm run build"
}
"packages/babel-preset-liferay-standard/**/*.js": {
command: "cd packages/babel-preset-liferay-standard && npm run build"
}
"packages/generator-liferay-bundle/**/*": {
command: "cd packages/generator-liferay-bundle && npm run build"
}
"packages/liferay-npm-bridge-generator/**/*.js": {
command: "cd packages/liferay-npm-bridge-generator && npm run build"
}
"packages/liferay-npm-build-tools-common/**/*.js": {
command: "cd packages/liferay-npm-build-tools-common && npm run build"
}
"packages/liferay-npm-bundler/**/*.js": {
command: "cd packages/liferay-npm-bundler && npm run build"
}
"packages/liferay-npm-bundler-plugin-inject-angular-dependencies/**/*.js": {
command: "cd packages/liferay-npm-bundler-plugin-inject-angular-dependencies && npm run build"
}
"packages/liferay-npm-bundler-plugin-exclude-imports/**/*.js": {
command: "cd packages/liferay-npm-bundler-plugin-exclude-imports && npm run build"
}
"packages/liferay-npm-bundler-plugin-inject-imports-dependencies/**/*.js": {
command: "cd packages/liferay-npm-bundler-plugin-inject-imports-dependencies && npm run build"
}
"packages/liferay-npm-bundler-plugin-inject-peer-dependencies/**/*.js": {
command: "cd packages/liferay-npm-bundler-plugin-inject-peer-dependencies && npm run build"
}
"packages/liferay-npm-bundler-plugin-namespace-packages/**/*.js": {
command: "cd packages/liferay-npm-bundler-plugin-namespace-packages && npm run build"
}
"packages/liferay-npm-bundler-plugin-replace-browser-modules/**/*.js": {
command: "cd packages/liferay-npm-bundler-plugin-replace-browser-modules && npm run build"
}
"packages/liferay-npm-bundler-plugin-resolve-linked-dependencies/**/*.js": {
command: "cd packages/liferay-npm-bundler-plugin-resolve-linked-dependencies && npm run build"
}
"packages/liferay-npm-bundler-preset-amd/**/*.js": {
command: "cd packages/liferay-npm-bundler-preset-amd && npm run build"
}
"packages/liferay-npm-bundler-preset-angular/**/*.js": {
command: "cd packages/liferay-npm-bundler-preset-angular && npm run build"
}
"packages/liferay-npm-bundler-preset-isomorphic/**/*.js": {
command: "cd packages/liferay-npm-bundler-preset-isomorphic && npm run build"
}
"packages/liferay-npm-bundler-preset-react/**/*.js": {
command: "cd packages/liferay-npm-bundler-preset-react && npm run build"
}
"packages/liferay-npm-bundler-preset-standard/**/*.js": {
command: "cd packages/liferay-npm-bundler-preset-standard && npm run build"
}
"packages/liferay-npm-bundler-preset-vue/**/*.js": {
command: "cd packages/liferay-npm-bundler-preset-vue && npm run build"
}
"packages/liferay-npm-imports-checker/**/*.js": {
command: "cd packages/liferay-npm-imports-checker && npm run build"
}