Fix code generation command for release testing (#7418)

* Fix code generation command for release testing

* Address https://github.com/digital-asset/daml/pull/7418#pullrequestreview-489587957

changelog_begin
changelog_end
This commit is contained in:
Stefano Baghino 2020-09-16 15:05:54 +02:00 committed by GitHub
parent 54ad2adf06
commit ce6e3a709c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -122,7 +122,7 @@ patches we backport to the 1.0 release branch).
1. `daml build`
1. `daml codegen js .daml/dist/create-daml-app-0.1.0.dar -o daml.js`
1. `daml codegen js .daml/dist/create-daml-app-0.1.0.dar -o ui/daml.js`
1. `daml start`
@ -160,7 +160,7 @@ patches we backport to the 1.0 release branch).
1. Close VSCode.
1. Run `daml build` then `daml codegen js .daml/dist/create-daml-app-0.1.0.dar -o daml.js` from the project root.
1. Run `daml build` then `daml codegen js .daml/dist/create-daml-app-0.1.0.dar -o ui/daml.js` from the project root.
1. From the `ui` directory run `npm install --frozen-lockfile`.