Skip to content

Commit

Permalink
test(capacitor): revert changes regarding web-dir
Browse files Browse the repository at this point in the history
  • Loading branch information
pawel-twardziak committed Nov 3, 2024
1 parent df7d67d commit 95a7ebc
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import {
addProjectConfiguration,
joinPathFragments,
normalizePath,
readJson,
readProjectConfiguration,
Expand Down Expand Up @@ -33,12 +32,6 @@ describe('capacitor-project', () => {
addProjectConfiguration(appTree, options.project, {
root: projectRoot,
targets: {
build: {
executor: '',
options: {
outputPath: joinPathFragments('dist', projectRoot),
},
},
test: {
executor: '@nx/jest:jest',
},
Expand Down

0 comments on commit 95a7ebc

Please sign in to comment.