diff --git a/projects/schematics/package.json b/projects/schematics/package.json index 23486ee49dc..79f32bf0a12 100644 --- a/projects/schematics/package.json +++ b/projects/schematics/package.json @@ -11,9 +11,9 @@ "license": "MIT", "main": "index.js", "scripts": { - "build": "npm run clean && npm run copy-feature-toggles && npm --prefix ../../ run generate:deps && ../../node_modules/.bin/tsc -p ./tsconfig.schematics.json", - "clean": "../../node_modules/.bin/rimraf --glob \"index.js*\" \"index.d.ts\" \"src/**/*.js\" \"src/**/*.js.map\" \"src/**/*.d.ts\"", - "test": "npm run clean && npm run copy-feature-toggles && ../../node_modules/.bin/jest --config ./jest.schematics.config.js", + "build": "npm run clean && npm --prefix ../../ run generate:deps && ../../node_modules/.bin/tsc -p ./tsconfig.schematics.json", + "clean": "../../node_modules/.bin/rimraf --glob \"index.js*\" \"index.d.ts\" \"src/**/*.js\" \"src/**/*.js.map\" \"src/**/*.d.ts\" && npm run copy-feature-toggles", + "test": "npm run clean && ../../node_modules/.bin/jest --config ./jest.schematics.config.js", "copy-feature-toggles": "node copy-feature-toggles" }, "dependencies": {