Instructions to create a local story-ramp package for testing #398
RyanCoulsonCA
announced in
Announcements
Replies: 1 comment
-
Method to publish to NPM package https://www.npmjs.com/package/ramp-storylines_demo-scenarios-pcar:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
From @yileifeng,
for some reason he can't view/post discussionsfixed now that I've created this one 🏆 .Here is a method to test any changes made to the storylines package in the editor locally (mainly for work related to preview feature):
npm run build-plugin
- to build as pluginnpm pack
- produces file called ramp-storylines_demo-scenarios-pcar-[version].tgznpm install
and run editorBeta Was this translation helpful? Give feedback.
All reactions