File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 132
132
"lint:secret" : " npx secretlint \" **/*\" " ,
133
133
"release:prepare" : " shipjs prepare" ,
134
134
"release:trigger" : " shipjs trigger" ,
135
- "test" : " npm run lint && npm run test:cover" ,
135
+ "test" : " npm run lint && npm run test:type && npm run test:cover" ,
136
+ "test:type" : " tsc -p . --noEmit" ,
136
137
"test:cover" : " nyc mocha -r jiti/register test/*" ,
137
138
"test:unit" : " mocha -r jiti/register test/*" ,
138
139
"watch" : " tsc -p . --watch"
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import type {
10
10
LocaleMessages ,
11
11
LocaleMessageDictionary ,
12
12
CoreContext
13
- } from '@intlify/core'
13
+ } from '@intlify/core-base '
14
14
15
15
const dirname = path . dirname ( new URL ( import . meta. url ) . pathname )
16
16
const debug = createDebug ( '@intlify/cli:i18n' )
You can’t perform that action at this time.
0 commit comments