summary refs log tree commit diff
path: root/package.json
blob: 654a0ad7723bc30da852fa9ea190aeb0b205b708 (plain)
1
2
3
4
5
6
7
{
  "name": "shorest",
  "version": "0.2.0",
  "scripts": {
    "postinstall": "yarn --cwd ./client/; yarn --cwd ./client/ build"
  }
}