Skip to content

Commit

Permalink
Trying things...
Browse files Browse the repository at this point in the history
  • Loading branch information
Kocal committed Oct 7, 2018
1 parent df058d1 commit 8b5159f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ before_install:

install:
- yarn install --frozen-lockfile
- (cd test-app; yarn install --frozen-lockfile)
- (cd test-app; yarn install --frozen-lockfile; yarn add file:..)

script:
- cd test-app
Expand Down
10 changes: 5 additions & 5 deletions test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"license": "MIT",
"private": true,
"scripts": {
"build:dev": "node -r ../.pnp.js ../bin/yprox-cli.js build --mode development",
"build:prod": "node -r ../.pnp.js ../bin/yprox-cli.js build --mode production",
"watch:dev": "node -r ../.pnp.js ../bin/yprox-cli.js build --mode development --watch",
"watch:prod": "node -r ../.pnp.js ../bin/yprox-cli.js build --mode production --watch",
"lint": "node -r ../.pnp.js ../bin/yprox-cli.js lint"
"build:dev": "yprox-cli build --mode development",
"build:prod": "yprox-cli build --mode production",
"watch:dev": "yprox-cli build --mode development --watch",
"watch:prod": "yprox-cli build --mode production --watch",
"lint": "yprox-cli lint"
},
"dependencies": {
"algoliasearch": "^3.30.0",
Expand Down

0 comments on commit 8b5159f

Please sign in to comment.