Skip to content

Commit

Permalink
Merge pull request #9 from reduxjs/fix-ng-add-filegen
Browse files Browse the repository at this point in the history
fix: files should now generate properly on ng add
  • Loading branch information
crutchcorn authored Sep 11, 2024
2 parents f8a2bbd + 1f9c2c6 commit 87eed19
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Cutting a release

- `yarn build`
- `cd dist && angular-redux`
- `npm publish`
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"ng": "ng",
"start": "ng serve",
"build": "ng build angular-redux && tsc -p projects/angular-redux/tsconfig.schematics.json && yarn build:copy",
"build:copy": "cd ./projects/angular-redux/schematics && copyfiles \"**/*.json\" ../../../dist/angular-redux/schematics",
"build:copy": "cd ./projects/angular-redux/schematics && copyfiles \"**/*.json\" ../../../dist/angular-redux/schematics && copyfiles \"**/*.template\" ../../../dist/angular-redux/schematics",
"build:ng": "ng build",
"watch": "ng build --watch --configuration development",
"test": "yarn test:ng && yarn test:schematics",
Expand Down

0 comments on commit 87eed19

Please sign in to comment.