Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

Commit

Permalink
replace npm commands with yarn commands
Browse files Browse the repository at this point in the history
  • Loading branch information
dpfaffenbauer committed Feb 20, 2018
1 parent 79f22c9 commit d6d1778
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Resources/install/workflow/package.json
Expand Up @@ -13,8 +13,8 @@
"deploy:prod": "php vendor/bin/dep deploy production",
"dev": "./node_modules/.bin/encore dev",
"dev:server": "./node_modules/.bin/encore dev-server --hot",
"icons:custom": "cd node_modules/uikit && npm run icons -- --custom ../../assets/custom/icons",
"install": "cd node_modules/uikit && npm i && npm run compile",
"icons:custom": "cd node_modules/uikit && yarn run icons -- --custom ../../assets/custom/icons",
"install": "cd node_modules/uikit && yarn install && yarn run compile",
"ssh": "php vendor/bin/dep ssh",
"watch": "./node_modules/.bin/encore dev --watch"
},
Expand Down

0 comments on commit d6d1778

Please sign in to comment.