@@ -51,12 +51,12 @@ module Folders =
51
51
let METADATA_OUTPUT = Path.Combine( CWD, " src/App/public/metadata" )
52
52
let METADATA_EXTRA = Path.Combine( CWD, " src/metadata" )
53
53
54
- let METADATA_LIB = Path.Combine( CWD, " node_modules/fable-metadata/lib" )
54
+ let METADATA_LIB = Path.Combine( CWD, " node_modules/@fable-org/ fable-metadata/lib" )
55
55
56
56
let STANDALONE_DIST =
57
- Path.Combine( CWD, " node_modules/fable-standalone/dist" )
57
+ Path.Combine( CWD, " node_modules/@fable-org/ fable-standalone/dist" )
58
58
59
- let STANDALONE_SRC = Path.Combine( CWD, " node_modules/fable-standalone/src" )
59
+ let STANDALONE_SRC = Path.Combine( CWD, " node_modules/@fable-org/ fable-standalone/src" )
60
60
61
61
62
62
module Files =
@@ -240,8 +240,8 @@ module Stages =
240
240
CmdLine.empty
241
241
|> CmdLine.appendRaw " npx"
242
242
|> CmdLine.appendRaw " npm-check-updates"
243
- |> CmdLine.appendRaw " fable-standalone"
244
- |> CmdLine.appendRaw " fable-metadata"
243
+ |> CmdLine.appendRaw " @fable-org/ fable-standalone"
244
+ |> CmdLine.appendRaw " @fable-org/ fable-metadata"
245
245
|> CmdLine.toString
246
246
|> ctx.RunCommandCaptureOutput
247
247
@@ -294,8 +294,8 @@ pipeline "AutoUpdate" {
294
294
|> CmdLine.appendRaw " npx"
295
295
|> CmdLine.appendRaw " npm-check-updates"
296
296
|> CmdLine.appendRaw " -u"
297
- |> CmdLine.appendRaw " fable-standalone"
298
- |> CmdLine.appendRaw " fable-metadata"
297
+ |> CmdLine.appendRaw " @fable-org/ fable-standalone"
298
+ |> CmdLine.appendRaw " @fable-org/ fable-metadata"
299
299
|> CmdLine.toString
300
300
)
301
301
run " npm install"
0 commit comments