Skip to content
This repository was archived by the owner on Feb 2, 2025. It is now read-only.

Commit 2a3307a

Browse files
committed
fix(docs): publish bug fixes
1 parent 448bc82 commit 2a3307a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

DEVELOPER.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,9 @@ You may need to have the following:
112112
## Release
113113

114114
```sh
115+
# Change to `lib` directory
116+
cd lib
117+
115118
# this will create a new version and push to remote repository
116119
npm version [<newversion> | major | minor | patch]
117120

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"demo:test-ci": "ng test --no-watch --no-progress --browsers=ChromeHeadless",
1212
"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",
1313
"demo:build:prod": "npm run clean && ng build angular-datatables-demo --configuration production --base-href=/angular-datatables",
14-
"version": "npm run build && git add -A",
14+
"version": "npm run build:lib && git add -A",
1515
"postversion": "git push && git push --tags"
1616
},
1717
"keywords": [

0 commit comments

Comments
 (0)