Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
pbehnke committed Mar 11, 2020
1 parent 5c88bbc commit 18d7133
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions portiaui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"test": "tests"
},
"scripts": {
"build": "bower install && ember build -e production",
"build": "node_modules/bower/bin/bower install && node_modules/ember-cli/bin/ember build -e production",
"start": "ember server",
"test": "ember test"
},
Expand All @@ -27,7 +27,7 @@
"ember-api-requests": "0.3.0",
"ember-changeset": "1.1.2",
"ember-changeset-validations": "1.2.0",
"ember-cli": "2.6.3",
"ember-cli": "^3.0.0",
"ember-cli-app-version": "^1.0.0",
"ember-cli-autoprefixer": "^0.6.0",
"ember-cli-babel": "^6.6.0",
Expand Down

0 comments on commit 18d7133

Please sign in to comment.