Skip to content

Commit

Permalink
Removing scaffolder. Issue is related to not being able to pull packa…
Browse files Browse the repository at this point in the history
…ges from the private repo
  • Loading branch information
Kurt Medley committed May 25, 2024
1 parent 119438e commit f63f420
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 49 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ jobs:
- run: npm ci
- run: npm run build
- run: ls -lart
- run: node dist/test/integration/scaffold.mjs
- run: npm i --prefix ./integration-test-vue
# - run: node dist/test/integration/scaffold.mjs
# - run: npm i --prefix ./integration-test-vue
39 changes: 0 additions & 39 deletions src/test/integration/scaffold.mts

This file was deleted.

9 changes: 1 addition & 8 deletions vitest.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,7 @@ export default defineConfig({
provider: 'v8',
reporter: ['text', 'json-summary', 'html'],
all: true,
exclude: [
'test',
'dist',
'**/*.d.mts',
'src/bin/*.mts',
'src/api.mts',
'src/test/integration/scaffold.mts',
],
exclude: ['test', 'dist', '**/*.d.mts', 'src/bin/*.mts', 'src/api.mts'],
include: ['src', 'test'],
clean: true,
thresholds: {
Expand Down

0 comments on commit f63f420

Please sign in to comment.