Skip to content

Commit

Permalink
node_modulesがない状態でのdocker-composeが動かないので修正
Browse files Browse the repository at this point in the history
  • Loading branch information
nishio-dens committed Apr 21, 2019
1 parent 2801362 commit edc6126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"license": "MIT",
"scripts": {
"dev": "NODE_ENV=development ts-node -r tsconfig-paths/register ./devServer.ts",
"dev": "yarn install && NODE_ENV=development ts-node -r tsconfig-paths/register ./devServer.ts",
"tslint-fix": "npx tslint --fix './src/**/*.{ts,tsx}'",
"tslint": "npx tslint './src/**/*.{ts,tsx}'",
"storybook": "start-storybook -p 6006",
Expand Down

0 comments on commit edc6126

Please sign in to comment.