@isense-development/test-npm 2.0.13 → 2.0.14
Sign up to get free protection for your applications and to get access to all the features.
- package/install.js +1 -1
- package/package.json +1 -1
package/install.js
CHANGED
@@ -5,7 +5,7 @@ let fs = require('fs')
|
|
5
5
|
const chalk = require('chalk')
|
6
6
|
var copyfiles = require('copyfiles');
|
7
7
|
|
8
|
-
var dir = 'src/tmp';
|
8
|
+
var dir = '../src/tmp';
|
9
9
|
if (!fs.existsSync(dir)) {
|
10
10
|
console.log(chalk.yellow('creating `tmp` directory'))
|
11
11
|
fs.mkdirSync(dir, {recursive: true}, (err) => {
|