Skip to content

Commit

Permalink
fix(docs): publish bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
shanmukhateja committed Apr 21, 2024
1 parent 448bc82 commit 2a3307a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,9 @@ You may need to have the following:
## Release

```sh
# Change to `lib` directory
cd lib

# this will create a new version and push to remote repository
npm version [<newversion> | major | minor | patch]

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"demo:test-ci": "ng test --no-watch --no-progress --browsers=ChromeHeadless",
"lib:schematics:build": "rimraf dist/lib/schematics && tsc -p lib/schematics/tsconfig.json && copyfiles lib/schematics/{src/collection.json,src/ng-add/schema.json} dist",
"demo:build:prod": "npm run clean && ng build angular-datatables-demo --configuration production --base-href=/angular-datatables",
"version": "npm run build && git add -A",
"version": "npm run build:lib && git add -A",
"postversion": "git push && git push --tags"
},
"keywords": [
Expand Down

0 comments on commit 2a3307a

Please sign in to comment.