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* .bat
77package-lock.json
Original file line number Diff line number Diff line change 1414 ],
1515 "scripts" : {
1616 "build" : " rimraf dist/* && rollup -c" ,
17- "public " : " npm run build && rimraf public /* && parcel build examples/index .html -d public " ,
18- "start" : " parcel examples/index.html -d public --open " ,
19- "test" : " npm run public && jest"
17+ "output " : " npm run build && rimraf out /* && parcel build examples/**/* .html -d out " ,
18+ "start" : " serve-examples " ,
19+ "test" : " npm run output && jest"
2020 },
2121 "dependencies" : {
2222 "@activewidgets/datagrid" : " 0.0.9" ,
4343 "rollup-plugin-terser" : " ^5" ,
4444 "style-inject" : " ^0.3"
4545 },
46+ "alias" : {
47+ "@activewidgets/jquery" : " ./"
48+ },
4649 "jest" : {
4750 "projects" : [
4851 {
You can’t perform that action at this time.
0 commit comments