Skip to content

Commit 219038a

Browse files
committed
fix(template): add missing import for app script
release-npm
1 parent 49dc6aa commit 219038a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/create-app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { execSync } from 'child_process'
2-
import { copyFileSync, cpSync, readFileSync, renameSync, rmSync } from 'fs'
2+
import { copyFileSync, cpSync, readFileSync, renameSync, rmSync, mkdirSync } from 'fs'
33
import { join, resolve } from 'path'
44
import Arborist from '@npmcli/arborist'
55
import packlist from 'npm-packlist'

0 commit comments

Comments
 (0)