File tree Expand file tree Collapse file tree 1 file changed +4
-11
lines changed Expand file tree Collapse file tree 1 file changed +4
-11
lines changed Original file line number Diff line number Diff line change @@ -119,23 +119,16 @@ module.exports = {
119
119
description : '@nativescript/ui-mobile-base: Build for npm'
120
120
} ,
121
121
} ,
122
- // @nativescript /webpack
123
- webpack : {
124
- build : {
125
- script : 'nx run webpack:build' ,
126
- description : '@nativescript/webpack: Build for npm'
127
- } ,
128
- test : {
129
- script : 'nx run webpack:test' ,
130
- description : '@nativescript/webpack: Unit tests'
131
- } ,
132
- } ,
133
122
// @nativescript /webpack (5)
134
123
webpack5 : {
135
124
build : {
136
125
script : 'nx run webpack5:build' ,
137
126
description : '@nativescript/webpack(5): Build for npm'
138
127
} ,
128
+ test : {
129
+ script : 'nx run webpack5:test' ,
130
+ description : '@nativescript/webpack(5): Unit tests'
131
+ } ,
139
132
} ,
140
133
} ,
141
134
"⚡" : {
You can’t perform that action at this time.
0 commit comments