-
Notifications
You must be signed in to change notification settings - Fork 1
Arrow
Shraddha Kesari edited this page May 4, 2021
·
1 revision
-
In arrow, run
npm run rollup
-
Then, in Malibu advanced add the below script in package.json under scripts. Not exact script, check for the path in your system and rewrite it.
"copy-arrow": "rm -rf /Users/work/malibu-advanced/node_modules/@quintype/arrow && cp -r /Users/work/quintype-node-arrow/dist /Users/work/malibu-advanced/node_modules/@quintype/arrow"
-
Add
npm run copy-arrow
to the run file -
And do
./run
in Malibu advanced
- Make your changes in a feature branch
- Commit and push it.
- Run
./publish
- Merge your feature branch to the master branch.
- Go to the master branch.
- Run
./publish