We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 632a348 commit a91bb7dCopy full SHA for a91bb7d
tools/workspace-scripts.js
@@ -119,23 +119,16 @@ module.exports = {
119
description: '@nativescript/ui-mobile-base: Build for npm'
120
},
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
// @nativescript/webpack (5)
134
webpack5: {
135
build: {
136
script: 'nx run webpack5:build',
137
description: '@nativescript/webpack(5): Build for npm'
138
+ test: {
+ script: 'nx run webpack5:test',
+ description: '@nativescript/webpack(5): Unit tests'
+ },
139
140
141
"⚡": {
0 commit comments