-
Notifications
You must be signed in to change notification settings - Fork 3
Linking Wollok TS
Ivan Jawerbaum edited this page Oct 4, 2024
·
10 revisions
You must clone Wollok TS project in a desired folder. Follow README instructions.
Replace that repository as wollok-ts
dependency:
yarn add <PATH-TO-WOLLOK-TS-LOCAL-REPOSITORY>
You should see the change reflected in package.json
:
"dependencies": {
"wollok-ts": "file:../wollok-ts" // it depends on the folder you installed wollok-ts
},
Remember that after any change in Wollok TS project, you must re-build that project locally by running:
npm run build
And re-add it as a dependency:
yarn
Be careful about relative imports in wollok-ts.