-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Replace Makefile with yarn workspace & package.json scripts * Include stumptown in yarn workspace * delete unused lockfiles * Revert "Include stumptown in yarn workspace" This reverts commit 0f466a1 * Remove auditing from travis * Remove auditing from travis * Create touchthis.js trough Node to have it work cross-platform * Hoist resolutions to the root package.json
- Loading branch information
Showing
16 changed files
with
12,410 additions
and
21,670 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 1,4 @@ | ||
server: make run-server | ||
web: PORT=3000 make run-dev | ||
watch: make watch-content | ||
buildserver: make build-json-server | ||
server: yarn workspace server start | ||
web: yarn cross-env PORT=3000 yarn workspace client start | ||
watch: yarn workspace cli start --watch | ||
buildserver: yarn workspace cli build-json-server |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.