File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,9 @@ const dirname = currentDirName(import.meta.url);
13
13
14
14
export default {
15
15
testEnvironment : "jsdom" ,
16
+ testEnvironmentOptions : {
17
+ url : 'http://localhost'
18
+ } ,
16
19
moduleNameMapper : {
17
20
"react-markdown" : path . resolve ( dirname , "./mocks/react-markdown.js" ) ,
18
21
"\\.md\\?url$" : path . resolve ( dirname , "./mocks/markdown-url-module.js" ) ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " lowcoder-comps" ,
3
- "version" : " 0.0.5 " ,
3
+ "version" : " 0.0.12 " ,
4
4
"type" : " module" ,
5
5
"license" : " MIT" ,
6
6
"dependencies" : {
54
54
"start" : " vite" ,
55
55
"build" : " yarn test && lowcoder-cli build" ,
56
56
"build_only" : " lowcoder-cli build" ,
57
+ "build_publish" : " lowcoder-cli build --publish" ,
57
58
"test" : " jest"
58
59
},
59
60
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments