Skip to content

Commit f58ce64

Browse files
committed
chore: wiff not azert
1 parent 05b6a63 commit f58ce64

File tree

1 file changed

+1
-1
lines changed
  • clients/algoliasearch-client-javascript/scripts

1 file changed

+1
-1
lines changed

clients/algoliasearch-client-javascript/scripts/publish.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { execaCommand } from 'execa';
22
import semver from 'semver';
33

4-
import packageJSON from '../packages/algoliasearch/package.json' assert { type: 'json' };
4+
import packageJSON from '../packages/algoliasearch/package.json' with { type: 'json' };
55

66
async function publish(): Promise<void> {
77
// Get tag like `alpha`, `beta`, ...

0 commit comments

Comments
 (0)