Skip to content

Commit

Permalink
Merge pull request #65 from corewar/general-improvements
Browse files Browse the repository at this point in the history
General improvements
  • Loading branch information
gareththegeek committed Jul 28, 2020
2 parents 1a7cc21 + 33ea274 commit 75eb057
Show file tree
Hide file tree
Showing 19 changed files with 351 additions and 252 deletions.
3 changes: 2 additions & 1 deletion packages/corewar-app/package.json
Expand Up @@ -26,7 +26,8 @@
"coverage": "npx react-scripts test --env=jsdom --coverage",
"eject": "npx react-scripts eject",
"build:style": "tailwind build src/global/styles.css -o src/global/tailwind.css",
"prepublish": "npm run build:style"
"prepublish": "npm run build:style",
"prebuild": "npm run build:style"
},
"eslintConfig": {
"extends": "react-app"
Expand Down

0 comments on commit 75eb057

Please sign in to comment.