Skip to content

Commit f0a94b6

Browse files
committed
1.0.4 bump with some logging in travis
1 parent 584931a commit f0a94b6

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ install:
99
- "cd ../../"
1010
before_deploy:
1111
- "cd packages && tar -zcf react-scripts-$TRAVIS_TAG.tgz react-scripts"
12+
- "echo \"we should have tarred the script\""
13+
- "ls"
14+
- "cd ../"
1215
deploy:
1316
provider: releases
1417
skip_cleanup: true

packages/react-scripts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-scripts",
33
"version": "2.1.2",
4-
"frontierVersion": "1.0.3",
4+
"frontierVersion": "1.0.4",
55
"description": "Configuration and scripts for Create React App.",
66
"repository": "fs-webdev/create-react-app",
77
"license": "MIT",

0 commit comments

Comments
 (0)