File tree Expand file tree Collapse file tree 4 files changed +3
-5
lines changed Expand file tree Collapse file tree 4 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1
- npx lint-staged
2
- npm test
1
+ npx lint-staged
Original file line number Diff line number Diff line change 12
12
},
13
13
"type" : " module" ,
14
14
"scripts" : {
15
- "test" : " tsx --no-warnings --test ./src/*.spec.ts" ,
16
15
"prepare" : " husky" ,
17
16
"prepublishOnly" : " npx tsc --noEmit false --outDir ./dist -d"
18
17
},
Original file line number Diff line number Diff line change 1
- import { stat } from 'node:fs/promises'
2
1
import run from '@bifravst/run'
2
+ import { stat } from 'node:fs/promises'
3
3
import { simulatorCALocations } from './locations.js'
4
4
5
5
export const createCA = async (
Original file line number Diff line number Diff line change
1
+ import run from '@bifravst/run'
1
2
import chalk from 'chalk'
2
3
import { stat } from 'node:fs/promises'
3
- import run from '@bifravst/run'
4
4
import { productionRunCALocations } from './locations.js'
5
5
6
6
export const ensureProductionRunCACertificate = async (
You can’t perform that action at this time.
0 commit comments