Skip to content

Commit 38b61c0

Browse files
committed
Move Build project to src/Fable.Build
1 parent 6ebb959 commit 38b61c0

36 files changed

+13
-13
lines changed

build.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
@echo off
22

33
dotnet tool restore
4-
dotnet run --project build/Build.fsproj -- %*
4+
dotnet run --project src/Fable.Build/Fable.Build.fsproj -- %*

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/sh -x
22

33
dotnet tool restore
4-
dotnet run --project build/Build.fsproj -- $@
4+
dotnet run --project src/Fable.Build/Fable.Build.fsproj -- $@

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
"rollup": "rollup",
88
"terser": "terser",
99
"tslint": "tslint",
10-
"build": "dotnet run --project build/Build.fsproj",
11-
"publish": "dotnet run --project build/Build.fsproj publish",
12-
"test": "dotnet run --project build/Build.fsproj test",
10+
"build": "dotnet run --project src/Fable.Build/Fable.Build.fsproj",
11+
"publish": "dotnet run --project src/Fable.Build/Fable.Build.fsproj publish",
12+
"test": "dotnet run --project src/Fable.Build/Fable.Build.fsproj test",
1313
"build-compiler-js": "dotnet fable src/fable-compiler-js/src/fable-compiler-js.fsproj -o build/fable-compiler-js/out",
1414
"postbuild-compiler-js": "rollup build/fable-compiler-js/out/app.js --file src/fable-compiler-js/dist/app.js --format umd --name Fable",
1515
"minify-compiler-js": "terser src/fable-compiler-js/dist/app.js -o src/fable-compiler-js/dist/app.min.js --mangle --compress",
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)