Skip to content

Commit

Permalink
fix: add npm i for package to fix nf build
Browse files Browse the repository at this point in the history
  • Loading branch information
Skn0tt committed Nov 7, 2023
1 parent 0f38708 commit a534083
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions demo/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test"
"test": "ng test",
"postinstall": "cd .. && npm i"
},
"private": true,
"dependencies": {
Expand Down

0 comments on commit a534083

Please sign in to comment.