Skip to content

Commit

Permalink
chore: move now to root
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Sep 16, 2018
1 parent fdfc650 commit bac2629
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 9 deletions.
3 changes: 2 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ CHANGELOG.md
package.json
lerna.json
lib/
website/
website/
.next/
File renamed without changes.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
"dev": "lerna run build --parallel -- --watch",
"format": "prettier --write \"**/*.{js,json,md}\"",
"lint": "eslint .",
"now-build": "cd website && npm install && npm run build",
"now-start": "cd website && npm start",
"release": "lerna publish --conventional-commits && conventional-github-releaser --preset angular",
"test": "jest --runInBand"
},
Expand Down
2 changes: 0 additions & 2 deletions website/.prettierignore

This file was deleted.

5 changes: 0 additions & 5 deletions website/.prettierrc

This file was deleted.

1 change: 0 additions & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"build:icons": "svgr --icon --out-dir components svg",
"lint": "eslint .",
"dev": "nodemon --watch server server/index.js",
"format": "prettier --write \"**/*.{js,json,md}\"",
"start": "NODE_ENV=production node server/index.js"
},
"devDependencies": {
Expand Down

0 comments on commit bac2629

Please sign in to comment.