Skip to content

Commit

Permalink
Updating the build.
Browse files Browse the repository at this point in the history
  • Loading branch information
dzearing committed Mar 26, 2017
1 parent 3ecbbe4 commit 2250319
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -4,4 +4,4 @@ node_js:
before_script:
- npm install -g gulp
script:
- npm run test
- npm run build
5 changes: 3 additions & 2 deletions package.json
Expand Up @@ -9,9 +9,10 @@
"scripts": {
"_rushInstall": "node node_modules/@microsoft/rush/bin/rush install",
"_rushLink": "node node_modules/@microsoft/rush/bin/rush link",
"_rushBuild": "node node_modules/@microsoft/rush/bin/rush build --production --verbose",
"_rushBuild": "node node_modules/@microsoft/rush/bin/rush build --verbose",
"_rushBuildToFabric": "node node_modules/@microsoft/rush/bin/rush build --to office-ui-fabric-react",
"_rushRebuild": "node node_modules/@microsoft/rush/bin/rush rebuild --production --verbose",
"postinstall": "npm run _rushInstall && npm run _rushLink && npm run _rushRebuild",
"postinstall": "npm run _rushInstall && npm run _rushBuildToFabric",
"test": "npm run _rushBuild",
"start": "cd packages && cd office-ui-fabric-react && npm start",
"build": "npm run _rushRebuild",
Expand Down

0 comments on commit 2250319

Please sign in to comment.