Fix toml-js install

This commit is contained in:
nabarun 2023-05-04 13:36:29 +05:30
parent 6d08758bc5
commit ddf756c68c

View File

@ -10,4 +10,4 @@ RUN echo "Building azimuth-watcher-ts" && \
yarn && yarn build
RUN echo "Install toml-js to update watcher config files" && \
yarn add --dev toml-js
yarn add --dev --ignore-workspace-root-check toml-js