Skip to content

Commit 881252c

Browse files
committed
fix(NA): change import to the new package
1 parent ecc446d commit 881252c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dev/build/tasks/create_static_fs_with_node_modules_task.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import del from 'del';
2121
import globby from 'globby';
2222
import { resolve } from 'path';
23-
import { generateStaticFsVolume } from 'static-fs';
23+
import { generateStaticFsVolume } from '@elastic/static-fs';
2424

2525
async function deletePathsList(list) {
2626
for (const path of list) {

0 commit comments

Comments
 (0)