Skip to content

Commit 597d2d4

Browse files
committed
style: format source
1 parent 23f16f5 commit 597d2d4

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

.husky/pre-commit

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
npx lint-staged
2-
npm test
1+
npx lint-staged

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
},
1313
"type": "module",
1414
"scripts": {
15-
"test": "tsx --no-warnings --test ./src/*.spec.ts",
1615
"prepare": "husky",
1716
"prepublishOnly": "npx tsc --noEmit false --outDir ./dist -d"
1817
},

src/ca.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { stat } from 'node:fs/promises'
21
import run from '@bifravst/run'
2+
import { stat } from 'node:fs/promises'
33
import { simulatorCALocations } from './locations.js'
44

55
export const createCA = async (

src/production.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1+
import run from '@bifravst/run'
12
import chalk from 'chalk'
23
import { stat } from 'node:fs/promises'
3-
import run from '@bifravst/run'
44
import { productionRunCALocations } from './locations.js'
55

66
export const ensureProductionRunCACertificate = async (

0 commit comments

Comments
 (0)