Skip to content

Commit caa14f1

Browse files
author
Martynas Žilinskas
authored
Migration from lerna to rush. (#77)
* Moving to rush. * Updated dependencies. * Added rush-tools. * Updated tsconfigs to use only one types folder. * Added tslint to root folder. * Updated travis. * [Simplr-Validation] Fixed form-store-subscriber. * [Simplr-Validation] Added error origin.
1 parent 4b81335 commit caa14f1

File tree

22 files changed

+4784
-51
lines changed

22 files changed

+4784
-51
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,3 +260,6 @@ package-lock.json
260260

261261
# MacOS
262262
.DS_Store
263+
264+
# Ignore Rush temporary files
265+
/common/temp/**

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ before_install:
99
- "npm install -g npm@^4.6.1"
1010
- "npm install -g typescript@^2.3"
1111
script:
12-
- npm run bootstrap
12+
- npm run generate
1313
- npm run tools-build
1414
- npm run source-build
1515
- npm test

0 commit comments

Comments
 (0)