milkee 2.0.0-dev.0 → 2.0.0-dev.1

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.
Files changed (2) hide show
  1. package/dist/main.js +1 -1
  2. package/package.json +1 -1
package/dist/main.js CHANGED
@@ -283,7 +283,7 @@
283
283
  consola.start(`Watching for changes in \`${config.entry}\`...`);
284
284
  consola.info(`Executing: coffee ${spawnArgs.join(' ')}`);
285
285
  compilerProcess = spawn('coffee', spawnArgs, {
286
- shell: false
286
+ shell: true
287
287
  });
288
288
  debounceTimeout = null;
289
289
  lastError = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "milkee",
3
- "version": "2.0.0-dev.0",
3
+ "version": "2.0.0-dev.1",
4
4
  "description": "A simple CoffeeScript build tool with coffee.config.cjs",
5
5
  "main": "dist/main.js",
6
6
  "bin": {