File tree Expand file tree Collapse file tree 2 files changed +4
-10
lines changed
Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -35,12 +35,9 @@ ex-rr:
3535ex-sc :
3636 deno run -A cli.ts serve -L debug examples/styled-components/index.html
3737
38- d :
38+ publish-doc :
3939 $(MAKE ) -C docs d
40-
41- deploy :
42- $(MAKE ) -C docs d
43- git add docs/deploy.js
44- git commit -m " chore: update deploy.js"
40+ git add docs/_site
41+ git commit -m " chore: update doc site"
4542
4643.PHONY : test test-esbuild-deno-loader
Original file line number Diff line number Diff line change 11LUME =deno run --unstable --allow-read --allow-write --allow-net https://deno.land/x/lume@v0.22.5/cli.js
22TWD =deno run -A https://deno.land/x/twd@v0.3.1/cli.ts
3- DEPLOY_DIR =deno run -A https://deno.land/x/deploy_dir@v0.3.2/cli.ts
3+
44dev :
55 $(LUME ) -s
66
@@ -16,11 +16,8 @@ style:
1616style-w :
1717 $(TWD ) _includes/layout.njk -o styles.css -w
1818
19- # Create script for Deno Deploy
2019d :
2120 $(MAKE ) clean
2221 $(MAKE ) build
23- $(DEPLOY_DIR ) _site -o deploy.js -y --cache /monaco-editor:max-age=86400
24- ls -lh deploy.js
2522
2623.PHONY : dev build clean style style-w d
You can’t perform that action at this time.
0 commit comments