bfg-common 1.4.626 → 1.4.628

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.
@@ -19,6 +19,7 @@ import {
19
19
  // }
20
20
 
21
21
  const npmGenerate = (): void => {
22
+ console.log('npmGenerate', 222);
22
23
  // Правим путь к файлу
23
24
  const filePath = path.join(
24
25
  __dirname.replace('/bfg-common/modules/fixContentBuild', ''),
@@ -63,6 +64,7 @@ const npmGenerate = (): void => {
63
64
 
64
65
  // @ts-ignore
65
66
  export default defineNuxtModule(() => {
67
+ console.log(process.env.npm_command, 444);
66
68
  switch (process.env.npm_command) {
67
69
  case 'run-script':
68
70
  // npmDev()
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bfg-common",
3
3
  "private": false,
4
- "version": "1.4.626",
4
+ "version": "1.4.628",
5
5
  "scripts": {
6
6
  "build": "nuxt build",
7
7
  "dev": "nuxt dev --port=3002",