@tywalk/pcf-helper 1.3.5 → 1.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/deploy.js +1 -1
- package/package.json +1 -1
- package/tasks/build-pcf.js +1 -1
- package/tasks/import-pcf.js +1 -1
- package/tasks/upgrade-pcf.js +1 -1
package/bin/deploy.js
CHANGED
|
@@ -45,5 +45,5 @@ try {
|
|
|
45
45
|
console.error('One or more tasks failed while deploying: ', (e && e.message) || 'unkown error');
|
|
46
46
|
} finally {
|
|
47
47
|
const tock = performance.now();
|
|
48
|
-
console.log('Deploy finished in %
|
|
48
|
+
console.log('Deploy finished in %i ms.', tock - tick);
|
|
49
49
|
}
|
package/package.json
CHANGED
package/tasks/build-pcf.js
CHANGED
package/tasks/import-pcf.js
CHANGED
package/tasks/upgrade-pcf.js
CHANGED