@tinacms/scripts 0.0.0-202258183421 → 0.0.0-20225819424

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/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- ## 0.0.0-202258183421
3
+ ## 0.0.0-20225819424
4
4
 
5
5
  ### Patch Changes
6
6
 
package/dist/index.js CHANGED
@@ -450,6 +450,7 @@ var all = async (args) => {
450
450
  }
451
451
  });
452
452
  if (args.watch) {
453
+ process.env.TINA_INTERNAL_MONOREPO = "true";
453
454
  console.log(`${_chalk2.default.blue(`Watching workspaces...`)}`);
454
455
  _chokidar2.default.watch(workspacePkgs, {
455
456
  ignored: "**/spec/**/*"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tinacms/scripts",
3
- "version": "0.0.0-202258183421",
3
+ "version": "0.0.0-20225819424",
4
4
  "main": "dist/index.js",
5
5
  "files": [
6
6
  "dist",
@@ -14,7 +14,7 @@
14
14
  },
15
15
  "scripts": {
16
16
  "build:all": "bin/tina-build build:all",
17
- "watch:all": "bin/tina-build build:all --watch",
17
+ "watch:all": " bin/tina-build build:all --watch",
18
18
  "build": "yarn tsup src/jest-runner.ts src/css-transform.ts src/index.ts --format cjs --external pnpapi",
19
19
  "watch": "yarn tsup src/jest-runner.ts src/css-transform.ts src/index.ts --watch --format cjs --external pnpapi"
20
20
  },