mirror of
https://github.com/filiprojek/nork.git
synced 2024-11-02 10:02:28 +01:00
nork works
This commit is contained in:
parent
9c03dbef15
commit
100eb59f17
7
src/utils/copyAssets.ts
Normal file
7
src/utils/copyAssets.ts
Normal 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')
|
Loading…
Reference in New Issue
Block a user