mirror of
https://github.com/filiprojek/nork.git
synced 2025-02-20 01:22:58 +01:00
8 lines
193 B
TypeScript
8 lines
193 B
TypeScript
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')
|