mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 05:35:13 +00:00
chore: prepare root nuxt tsconfig.json
This commit is contained in:
parent
7c9d21a406
commit
b42c8633a2
@ -12,7 +12,7 @@
|
||||
"build:stub": "pnpm dev:prepare",
|
||||
"cleanup": "rimraf 'packages/**/node_modules' 'playground/node_modules' 'node_modules'",
|
||||
"dev": "pnpm play",
|
||||
"dev:prepare": "pnpm --filter './packages/**' prepack --stub && pnpm --filter './packages/ui-templates' build",
|
||||
"dev:prepare": "nuxi prepare && pnpm --filter './packages/**' prepack --stub && pnpm --filter './packages/ui-templates' build",
|
||||
"lint": "eslint . --cache",
|
||||
"lint:fix": "eslint . --cache --fix",
|
||||
"lint:docs": "markdownlint ./docs && case-police 'docs/**/*.md' *.md",
|
||||
|
@ -20,7 +20,7 @@ const nuxt = await loadNuxt({
|
||||
|
||||
describe('resolvePath', () => {
|
||||
it('should resolve paths correctly', async () => {
|
||||
expect(await resolvePath('.nuxt/app.config')).toBe(resolve(nuxt.options.buildDir, 'app.config'))
|
||||
expect(await resolvePath('.nuxt/app.config')).toBe(resolve(nuxt.options.buildDir, 'app.config.mjs'))
|
||||
})
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user