You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I've added new module to /packages
I get a wild error while building the project. The script tries to fetch my new module from the npm registry instead of using the build from /dist/my-module
The problem is that /dist/package-lock.json is not updated.
Steps to Reproduce
yarn build
Create module in packages
yarn build
Expected behavior
Local module is used.
Version (please complete the following information):
STH version: 0.28.0
The text was updated successfully, but these errors were encountered:
Describe the bug
I've added new module to
/packages
I get a wild error while building the project. The script tries to fetch my new module from the npm registry instead of using the build from
/dist/my-module
The problem is that
/dist/package-lock.json
is not updated.Steps to Reproduce
yarn build
yarn build
Expected behavior
Local module is used.
Version (please complete the following information):
The text was updated successfully, but these errors were encountered: