nork works

This commit is contained in:
Filip Rojek 2022-02-01 19:11:54 +01:00
parent 9c03dbef15
commit 100eb59f17

7
src/utils/copyAssets.ts Normal file
View File

@ -0,0 +1,7 @@
import * as shell from 'shelljs'
shell.cp('-R', 'src/skeletons', 'dist/')
shell.cp('-R', 'src/interfaces', 'dist/')
shell.cp('-R', 'src/make-files', 'dist/')
shell.chmod('+x', 'dist/app.js')