File tree Expand file tree Collapse file tree 6 files changed +7
-11
lines changed Expand file tree Collapse file tree 6 files changed +7
-11
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import type { GeneratorOptions } from '@stacksjs/types'
5
5
import { runNpmScript } from '@stacksjs/utils'
6
6
import { runCommand } from '@stacksjs/cli'
7
7
import { database } from '@stacksjs/config'
8
- import { runAction } from './helpers'
8
+ import { runAction } from '.. /helpers'
9
9
10
10
export async function invoke ( options ?: GeneratorOptions ) {
11
11
if ( options ?. types )
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 127
127
"changelog" : " pnpm buddy changelog" ,
128
128
"generate" : " pnpm buddy generate" ,
129
129
"generate:entries" : " pnpm buddy generate:entries" ,
130
- "generate:vue-compat" : " esno ./core/actions/src/generate- vue-compat.ts" ,
131
- "generate:vscode-custom-data" : " esno ./core/actions/src/generate- vscode-custom-data.ts" ,
130
+ "generate:vue-compat" : " esno ./core/actions/src/generate/ vue-compat.ts" ,
131
+ "generate:vscode-custom-data" : " esno ./core/actions/src/generate/ vscode-custom-data.ts" ,
132
132
"generate:web-types" : " vue-docgen-web-types -c ./core/build/web-types.config.cjs" ,
133
- "generate:component-meta" : " esno ./core/actions/src/component-meta.ts" ,
134
- "generate:ide-helpers" : " esno ./core/actions/src/generate- ide-helpers.ts" ,
133
+ "generate:component-meta" : " esno ./core/actions/src/generate/ component-meta.ts" ,
134
+ "generate:ide-helpers" : " esno ./core/actions/src/generate/ ide-helpers.ts" ,
135
135
"generate:all" : " pnpm buddy generate:all" ,
136
136
"types:generate" : " vue-tsc --declaration --emitDeclarationOnly && esno ./core/actions/src/copy-types.ts" ,
137
137
"types:fix" : " esno actions/src/fix-types.ts" ,
Original file line number Diff line number Diff line change @@ -251,8 +251,8 @@ export const enum Action {
251
251
KeyGenerate = 'key-generate' , // wip
252
252
MakeNotification = 'make-notification' , // wip
253
253
Migrate = 'migrate' , // wip
254
- Lint = 'lint' , // wip
255
- LintFix = 'lint- fix' , // wip
254
+ Lint = 'lint/index ' , // wip
255
+ LintFix = 'lint/ fix' , // wip
256
256
Prepublish = 'prepublish' , // wip
257
257
Release = 'release' , // wip
258
258
Test = 'test' , // wip
You can’t perform that action at this time.
0 commit comments