botpress / studio

The studio is the main interface you'll use to build and edit your chatbot.
https://botpress.com/docs/quickstart#conversation-studio
36 stars 38 forks source link

fix(build): fix package on windows & cmd #298

Closed allardy closed 2 years ago

allardy commented 2 years ago

Packaging failed on windows because of the command not including cross-env.

image

Also made a small adjustment to the package.json file, scripts should do a single task... Package shouldn't clean/build/package, it just packages. If those commands must be used together, then they must be typed independently