Skip to content

deep-foundation/deepcase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

18cfcad · Jul 23, 2024
Jul 23, 2023
Jul 11, 2024
Jul 23, 2023
Sep 19, 2023
Jan 4, 2024
Sep 2, 2023
Jul 23, 2023
Jul 23, 2024
Jul 23, 2024
Dec 19, 2023
Jul 23, 2024
May 3, 2024
Aug 4, 2023
Jul 23, 2023

Repository files navigation

deep-foundation deepcase

Gitpod Discord

Maintenance

Refresh package-lock.json

This command deletes node_modules, package-lock.json and runs npm i. So everything is refreshed.

This command should be executed and the result should be commited when @deep-foundation/* dependencies are updated, that are at the same time are peer dependencies. So new version will be added to package-lock.json.

npm run package:refresh

Release a new version

In this case of this repository, package:release uses npm-release inside (from @deep-foundation/npm-automation package). npm-release commands increments version in three files: deep.json, package.json and package.json, it also makes a commit and push.

After changes are pushed GitHub Actions publish new released version, and if npm publish succedes new release is published on GitHub as well.

npm run package:release

After that it might be required to release new versions of:

  1. https://github.com/deep-foundation/deepcase-app