Tinkoff / angular-open-source-starter

This is a starter project for creating open-source libraries for Angular. It is a full fledged Angular workspace with demo application and easy library addition. It is designed to be used for open-sourcing libraries on Github and has everything you'd need ready for CI, code coverage, SSR testing, StackBlitz demo deployment and more.

Home Page:https://tinkoff.github.io/angular-open-source-starter/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] Missing scripts `npm run build:all` | `npm run publish:all`

nsbarsukov opened this issue Β· comments

🐞 Bug report

Reproduction

Run this script

"publish": "npm run build:all && npm run publish:all"

it throws error:

➜  angular-open-source-starter git:(test) βœ— npm run publish      

> @tinkoff/angular-open-source-starter@0.0.1 publish
> npm run build:all && npm run publish:all

npm ERR! Missing script: "build:all"

Expected behavior

No error :)