From f6d25def2b63259378a028d802818cda9cd11fa6 Mon Sep 17 00:00:00 2001 From: tridium Date: Thu, 21 Feb 2019 12:35:44 -0500 Subject: [PATCH] Replace single quotes with double quotes to get build scripts running on Windows (#946) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a03ca2b..a2b9b15 100644 --- a/package.json +++ b/package.json @@ -22,13 +22,13 @@ "test-ts": "tsc --target ES5 --noImplicitAny --noEmit spec/typescript/index.ts", "bundle": "del-cli dist && node ./scripts/bundle.js . Ajv pure_getters", "bundle-beautify": "node ./scripts/bundle.js js-beautify", - "build": "del-cli lib/dotjs/*.js '!lib/dotjs/index.js' && node scripts/compile-dots.js", + "build": "del-cli lib/dotjs/*.js \"!lib/dotjs/index.js\" && node scripts/compile-dots.js", "test-karma": "karma start", "test-browser": "del-cli .browser && npm run bundle && scripts/prepare-tests && npm run test-karma", "test-all": "npm run test-ts && npm run test-cov && if-node-version 10 npm run test-browser", "test": "npm run lint && npm run build && npm run test-all", "prepublish": "npm run build && npm run bundle", - "watch": "watch 'npm run build' ./lib/dot" + "watch": "watch \"npm run build\" ./lib/dot" }, "nyc": { "exclude": [