Skip to content

Commit 8abe4d6

Browse files
committed
Remove ninja.js build path
1 parent 9856631 commit 8abe4d6

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

esy.json

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,6 @@
1212
},
1313
"esy": {
1414
"buildsInSource": true,
15-
"buildDev": [
16-
"echo 'config'",
17-
["node", "./scripts/ninja.js", "config", "-env"],
18-
"echo 'build'",
19-
["node", "./scripts/ninja.js", "build", "-env"],
20-
"echo 'install'",
21-
["cp", "-r", "-f", "#{self.root / 'bsconfig.json'}", "#{self.install}"],
22-
["cp", "-r", "-f", "#{self.root / 'esy.json'}", "#{self.install}"],
23-
["cp", "-r", "-f", "#{self.root / 'package.json'}", "#{self.install}"],
24-
["cp", "-r", "-f", "#{self.root / 'jscomp'}", "#{self.install}"],
25-
["cp", "-r", "-f", "#{self.root / 'lib'}", "#{self.install}"],
26-
["cp", "-r", "-f", "#{self.root / 'scripts'}", "#{self.install}"],
27-
["cp", "-r", "-f", "#{self.root / 'vendor'}", "#{self.install}"]
28-
],
2915
"build": [
3016
["node", "./scripts/install.js"],
3117
["cp", "-r", "-f", "#{self.root / 'bsconfig.json'}", "#{self.install}"],

0 commit comments

Comments
 (0)