Skip to content

Commit

Permalink
[feat #457]: add builders package until we found better solution for …
Browse files Browse the repository at this point in the history
…this
  • Loading branch information
r-hannuschka committed Oct 28, 2021
1 parent 75e2365 commit bcfeb18
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -10,6 +10,7 @@
/src/__ivy_ngcc__
dist
*.tar.gz
!/src/projects/builders/*.tar.gz

# Only exists if Bazel was run
/bazel-out
Expand Down
1 change: 0 additions & 1 deletion src/package.json
Expand Up @@ -8,7 +8,6 @@
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e --configuration e2e",
"preinstall": "npm run build:builders",
"build:demo": "ng build --configuration=demo --base-href=/ngx-fileupload/",
"deploy:demo": "npx ngh --dir=dist\\ngx-fileupload-example",
"build:core": "ng build core",
Expand Down
Binary file added src/projects/builders/builders.tar.gz
Binary file not shown.

0 comments on commit bcfeb18

Please sign in to comment.