Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Ni55aN committed Feb 28, 2023
1 parent 5ceb76a commit a89fe10
Show file tree
Hide file tree
Showing 38 changed files with 24,835 additions and 8,702 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true

[*.ts]
quote_type = single

[*.md]
max_line_length = off
trim_trailing_whitespace = false
4 changes: 4 additions & 0 deletions dev.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# npm run build && cd dist && npm pack && mv rete-angular-render-plugin-2.0.0-beta.1.tgz .. && cd .. && npm i --prefix ../playground-angular rete-angular-render-plugin-2.0.0-beta.1.tgz -f
# DEST=../playground-angular/node_modules/rete-angular-render-plugin npm run build:dev

nodemon --watch src --ext ts,html,sass --exec "npm run build && cd dist && npm pack && mv rete-angular-render-plugin-2.0.0-beta.1.tgz .. && cd .. && npm i --prefix ../playground-angular rete-angular-render-plugin-2.0.0-beta.1.tgz -f"
12 changes: 12 additions & 0 deletions ng-package.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@


module.exports = {
"$schema": "./node_modules/ng-packagr/ng-package.schema.json",
"dest": process.env.DEST || "./dist",
"lib": {
"entryFile": "src/index.ts"
},
"allowedNonPeerDependencies": [
"rete-render-utils"
]
}
7 changes: 0 additions & 7 deletions ng-package.json

This file was deleted.

Loading

0 comments on commit a89fe10

Please sign in to comment.