refactor: move angular source to /packages rather than modules/@angular
This commit is contained in:
4
packages/router/scripts/build.sh
Executable file
4
packages/router/scripts/build.sh
Executable file
@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -e -o pipefail
|
||||
../../../node_modules/.bin/tsc -w
|
2
packages/router/scripts/karma.sh
Executable file
2
packages/router/scripts/karma.sh
Executable file
@ -0,0 +1,2 @@
|
||||
#!/usr/bin/env bash
|
||||
../../../node_modules/.bin/karma start
|
Reference in New Issue
Block a user