Skip to content

Commit

Permalink
[Makefile] Update Twizzle site generation.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarron committed Jul 27, 2021
1 parent d42fe77 commit 0f72af0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -2,7 +2,7 @@
# https://github.com/lgarron/Makefile-scripts

# Note: the first command becomes the default `make` target.
NPM_COMMANDS = build build-esm build-bundle-global build-types build-bin build-site-twizzle build-sites build-site-experiments build-search-worker generate-js generate-js-parsers generate-js-svg dev clean test test-dist-esm-node-import test-dist-esm-parcel test-dist-esm-perf test-dist-experiments test-import-restrictions test-jest test-tsc format setup lint prepack parcel-build-for-twizzle-net
NPM_COMMANDS = build build-esm build-bundle-global build-types build-bin build-sites build-site-twizzle build-site-experiments build-search-worker generate-js generate-js-parsers generate-js-svg dev clean test test-dist-esm-node-import test-dist-esm-parcel test-dist-esm-perf test-dist-experiments test-import-restrictions test-jest test-tsc format setup lint prepack

.PHONY: $(NPM_COMMANDS)
$(NPM_COMMANDS):
Expand Down
3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -63,8 +63,7 @@
"format": "npx eslint --fix --ext=js,ts .; npx prettier --write src",
"setup": "npm install",
"lint": "npx eslint --ext=js,ts .",
"prepack": "npm run clean && npm run build && npm run test-dist-esm-node-import",
"parcel-build-for-twizzle-net": "echo \"parcel-build-for-twizzle-net is currently unimplemented.\""
"prepack": "npm run clean && npm run build && npm run test-dist-esm-node-import"
},
"targets": {
"twizzle-net": {},
Expand Down

0 comments on commit 0f72af0

Please sign in to comment.