Commits
Tim Donohue authored and GitHub committed cdf26f12d40 Merge
33 33 | "compile:server": "webpack --config webpack.server.config.js --progress --colors", |
34 34 | "serve:ssr": "node dist/server", |
35 35 | "clean:coverage": "rimraf coverage", |
36 36 | "clean:dist": "rimraf dist", |
37 37 | "clean:doc": "rimraf doc", |
38 38 | "clean:log": "rimraf *.log*", |
39 39 | "clean:json": "rimraf *.records.json", |
40 40 | "clean:bld": "rimraf build", |
41 41 | "clean:node": "rimraf node_modules", |
42 42 | "clean:prod": "yarn run clean:coverage && yarn run clean:doc && yarn run clean:dist && yarn run clean:log && yarn run clean:json && yarn run clean:bld", |
43 - | "clean": "yarn run clean:prod && yarn run clean:node && yarn run clean:env", |
43 + | "clean": "yarn run clean:prod && yarn run clean:env && yarn run clean:node", |
44 44 | "clean:env": "rimraf src/environments/environment.ts", |
45 45 | "sync-i18n": "yarn run config:dev && ts-node --project ./tsconfig.ts-node.json scripts/sync-i18n-files.ts" |
46 46 | }, |
47 47 | "browser": { |
48 48 | "fs": false, |
49 49 | "path": false, |
50 50 | "http": false, |
51 51 | "https": false |
52 52 | }, |
53 53 | "private": true, |