Closed bourgeoa closed 2 years ago
I am working to make all repos have a running similar CI that is triggered on push and PR on all branchs.
Also CI should publish to npm the latest build (on any branch) with according tag and version
Is it possible to have common scripts ? So we only need to update the source scripts. The basic script could include
I am not sure, but for now we have differences in how repos are being build. For example: I need to skip lint on solid-logic because it has on purpose some errors to fix typescript...
Interesting. In purpose ?
What I meant to say :) is: in solid-ui in the authSession file we have // @ts-ignore lines on the code to avoid ts problems but it causes lint errors. The code needs to be improved long-term but I just do not know-how. The exact location is now: https://github.com/solid/solid-ui/blob/eb82ec38b28b2e2feb872492149f48b6507ebf42/src/authn/authSession.ts#L7 ( this is moved to solid-logic on my branch reason why it turns out on solid-logic CI)
CI situation 2022-01-30
build means : npm publish version+commit latest means : npm publish version latest
comments :