Skip to content

Commit

Permalink
fix set
Browse files Browse the repository at this point in the history
  • Loading branch information
weixiaoyi committed Jun 6, 2019
1 parent 4693cf2 commit 5f5d034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"scripts": {
"start": "node config/scripts/start.js",
"build": "set CI=false && yarn && node config/scripts/build.js",
"build": "CI=false && yarn && node config/scripts/build.js",
"test": "node config/scripts/test.js"
},
"dependencies": {
Expand Down

0 comments on commit 5f5d034

Please sign in to comment.