yoshi389111 / github-profile-3d-contrib

This GitHub Action creates a GitHub contribution calendar on a 3D profile image.
MIT License
1.05k stars 173 forks source link

fix: missing build tool #1

Closed mikoim closed 3 years ago

mikoim commented 3 years ago
$ npm-run-all clean tsc ; ncc build dist0/index.js --license licenses.txt
$ rimraf dist/*
$ tsc
/bin/sh: ncc: command not found
error Command failed with exit code 127.
yoshi389111 commented 3 years ago

@mikoim thank you!