Skip to content

Commit

Permalink
fix(package-smoke): update package-smoke.sh, remove update-packages-s…
Browse files Browse the repository at this point in the history
…moke-lock.sh, update package.json in package-smoke add description for local running
  • Loading branch information
denStrigo committed Nov 1, 2019
1 parent 5ed41c0 commit b91e5ce
Show file tree
Hide file tree
Showing 8 changed files with 3,324 additions and 3,381 deletions.
4 changes: 0 additions & 4 deletions DEV_DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@
- add the package into packages-smoke application dependencies to verify it works properly in isolation.
- add the package into change-prefix.ts which builds our packages with custom prefix.

# New Package Dependency Checklist
- run `npm run update-packages-smoke-lock` to update packages-smoke/package-lock.json and commit updated package lock

# Objectives
The aim of the project is to create a set of useful Angular modules which help to bootstrap the development.

Expand Down Expand Up @@ -393,7 +390,6 @@ To start a new release (publish the framework packages on NPM) you need:
2. `npm run release:validate` - this will create ready for publishing packages in src/.lib then build prod & AOT builds of the playground app using prepared packages and then run e2e tests again it.
3. MANUALLY update a version in main ./package.json to a new one
4.
* `npm run update-packages-smoke-lock` to update `packages-smoke/package-lock.json`
* `npm run version:bump`
* update version in `package-lock.json` and `packages-smoke/package-lock.json`
* when releasing current version (PR to master) also update [docs/versions.json](#docs-deploy):
Expand Down
Loading

0 comments on commit b91e5ce

Please sign in to comment.