switch to seperate build/test commands to inrpove speed
This commit is contained in:
2
dist/npmts.plugins.js
vendored
2
dist/npmts.plugins.js
vendored
@@ -14,7 +14,7 @@ const path = require("path");
|
||||
exports.path = path;
|
||||
const smartanalytics = require("smartanalytics");
|
||||
exports.smartanalytics = smartanalytics;
|
||||
const smartcli = require("smartcli");
|
||||
const smartcli = require("@pushrocks/smartcli");
|
||||
exports.smartcli = smartcli;
|
||||
const smarterror = require("smarterror");
|
||||
exports.smarterror = smarterror;
|
||||
|
||||
Reference in New Issue
Block a user