Skip to content

Commit 87eed19

Browse files
authored
Merge pull request #9 from reduxjs/fix-ng-add-filegen
fix: files should now generate properly on ng add
2 parents f8a2bbd + 1f9c2c6 commit 87eed19

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CONTRIBUTING.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Cutting a release
2+
3+
- `yarn build`
4+
- `cd dist && angular-redux`
5+
- `npm publish`

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"ng": "ng",
66
"start": "ng serve",
77
"build": "ng build angular-redux && tsc -p projects/angular-redux/tsconfig.schematics.json && yarn build:copy",
8-
"build:copy": "cd ./projects/angular-redux/schematics && copyfiles \"**/*.json\" ../../../dist/angular-redux/schematics",
8+
"build:copy": "cd ./projects/angular-redux/schematics && copyfiles \"**/*.json\" ../../../dist/angular-redux/schematics && copyfiles \"**/*.template\" ../../../dist/angular-redux/schematics",
99
"build:ng": "ng build",
1010
"watch": "ng build --watch --configuration development",
1111
"test": "yarn test:ng && yarn test:schematics",

0 commit comments

Comments
 (0)