Skip to content

Commit 0d6436a

Browse files
authored
Merge pull request #66 from mgmarlow/feat-verify-sandbox-cli
Feat: verify sandbox cli
2 parents 7dfc5e2 + 71f9be6 commit 0d6436a

File tree

15 files changed

+770
-146
lines changed

15 files changed

+770
-146
lines changed

examples/example-app-angular-cli/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@
77
"ng": "ng",
88
"playground:copy": "node ../../scripts/copy.js",
99
"playground:run": "node ./node_modules/angular-playground/dist/bin/cli.js",
10+
"playground:test": "node ./node_modules/angular-playground/dist/bin/cli.js --check-errors --random-scenario",
1011
"playground": "npm run playground:copy && npm run playground:run",
1112
"playground:dev": "npm run build --prefix ../../ && npm run playground",
1213
"playground2:run": "node ./node_modules/angular-playground/dist/bin/cli.js angular-playground2.json",
1314
"cli": "ts-node --project ../../src/cli ../../src/cli/cli.ts",
14-
"cli:build": "ts-node --project ../../src/cli ../../src/cli/cli.ts -no-watch -no-serve",
15+
"cli:build": "ts-node --project ../../src/cli ../../src/cli/cli.ts --no-watch --no-serve",
1516
"start": "ng serve -no-progress",
1617
"build": "ng build -prod -a=app",
1718
"lint": "ng lint",

0 commit comments

Comments
 (0)