Skip to content

Commit

Permalink
Merge pull request #113 from citizensadvice/refactor/remove-clean-pac…
Browse files Browse the repository at this point in the history
…kages-script

Refactor/remove clean packages script
  • Loading branch information
btomy authored Dec 5, 2018
2 parents 7b3b724 + a6b62dd commit 9072eba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"scripts": {
"fresh": "yarn",
"clean": "npm-run-all -s clean:packages clean:sandbox clean:website clean:modules",
"clean": "npm-run-all -s clean:sandbox clean:website clean:modules",
"build:packages": "lerna run build",
"build:sandbox": "cd ./sandbox/ && bundle install && bundle exec jekyll build",
"build:website": "cd ./website/ && bundle install && bundle exec jekyll build",
Expand All @@ -32,7 +32,7 @@
"start:sandbox": "npm-run-all -p watchcss:all serve:sandbox",
"start:website": "npm-run-all -p watchcss:all serve:website",
"watchcss:all": "nodemon --watch ./packages --watch ./website/src/styles --watch ./sandbox/src/styles --ext scss --exec \"npm run compilecss:all\"",
"publish:packages": "npm login && lerna publish --skip-git",
"publish:packages": "yarn build:packages && npm login && lerna publish --skip-git",
"publish:website": "yarn build:website && gh-pages -d ./website/_site"
}
}

0 comments on commit 9072eba

Please sign in to comment.