Skip to content

Commit

Permalink
fix: angular static path
Browse files Browse the repository at this point in the history
  • Loading branch information
Ni55aN committed Dec 23, 2023
1 parent 371c972 commit 0709fb7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"devDependencies": {
"@types/tinycolor2": "^1.4.3",
"nodemon": "^2.0.20",
"rete-kit": "^1.5.0",
"rete-kit": "^1.5.5",
"typescript": "^4.9.5"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ program
try {
log('success', 'START')('Testing in', chalk.yellow(folder), '...')
const APP = folder
const SERVE = App.builders[stack].getStaticPath(folder)
const SERVE = App.builders[stack].getStaticPath(folder, version)
const playwrightFolder = dirname(require.resolve('@playwright/test'))

await execa(`${playwrightFolder}/cli.js`, [
Expand Down

0 comments on commit 0709fb7

Please sign in to comment.