sprucelabsai / sprucebot-cli

A wicked powerful, yet simple command line program to empower skills developers to change the world.
http://sprucebot.com
3 stars 7 forks source link

[SB-1180] clones sprucebot-skills-kit from npm registry #83

Closed elkwood closed 6 years ago

elkwood commented 6 years ago

SB-1180

@sprucelabsai/engineers

Description

We can no longer clone the sprucebot-skills-kit since it's in a multi-package repo now. Instead we only download "published" versions from the npm registry.

Type

Steps to Test or Reproduce

Kalikoze commented 6 years ago

There's a bug with the .env with the way it's being written after registering the skill, and is adding a whole new set instead of rewriting the old variables. This causes the skill not to be able to be started.

elkwood commented 6 years ago

Nice catch @Kalikoze. I fixed the regression 👍

Kalikoze commented 6 years ago

Just tested it locally. Works great man! :+1: