issues
search
LiskArchive
/
lisk-elements
⚙️ Library for sending Lisk transactions from the client or server
https://lisk.io/
GNU General Public License v3.0
250
stars
64
forks
source link
Fix init script and template - Closes #1133
#1134
Closed
shuse2
closed
5 years ago
shuse2
commented
5 years ago
What was the problem?
template filename was outdated
init file did not have package.json
test config needed to be created
How did I fix it?
change the path of template and fix symlink
How to test it?
npm t
npm run init new-package
Review checklist
The PR resolves #1133
All new code is covered with unit tests
All new code was formatted with Prettier
Linting passes
Tests pass
Commit messages follow the
commit guidelines
Documentation has been added/updated
What was the problem?
How did I fix it?
How to test it?
npm t
npm run init new-package
Review checklist