File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 11node_modules
22.cache
33dist
4- public
4+ out
55test /diffs
66* .d.ts
77* .metadata.json
Original file line number Diff line number Diff line change 2020 "build:js" : " rimraf dist/* && rollup -c" ,
2121 "build:source" : " node config/source.js" ,
2222 "build:aot" : " ngc -p config/aot.json" ,
23- "public " : " npm run build && rimraf public /* && parcel build examples/index .html -d public " ,
24- "start" : " parcel examples/index.html -d public --open " ,
25- "test" : " npm run public && jest"
23+ "output " : " npm run build && rimraf out /* && parcel build examples/**/* .html -d out " ,
24+ "start" : " serve-examples " ,
25+ "test" : " npm run output && jest"
2626 },
2727 "dependencies" : {
2828 "@activewidgets/frameworks" : " 0.0.9" ,
5151 "typescript" : " >=3.4 <3.6" ,
5252 "zone.js" : " ~0.9.1"
5353 },
54+ "alias" : {
55+ "@activewidgets/angular" : " ./"
56+ },
5457 "jest" : {
5558 "projects" : [
5659 {
You can’t perform that action at this time.
0 commit comments