We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 584931a commit f0a94b6Copy full SHA for f0a94b6
.travis.yml
@@ -9,6 +9,9 @@ install:
9
- "cd ../../"
10
before_deploy:
11
- "cd packages && tar -zcf react-scripts-$TRAVIS_TAG.tgz react-scripts"
12
+ - "echo \"we should have tarred the script\""
13
+ - "ls"
14
+ - "cd ../"
15
deploy:
16
provider: releases
17
skip_cleanup: true
packages/react-scripts/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "react-scripts",
3
"version": "2.1.2",
4
- "frontierVersion": "1.0.3",
+ "frontierVersion": "1.0.4",
5
"description": "Configuration and scripts for Create React App.",
6
"repository": "fs-webdev/create-react-app",
7
"license": "MIT",
0 commit comments