Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
milachae authored May 12, 2024
1 parent cec776a commit 709944d
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 @@ -5,7 +5,7 @@
"clean": "rimraf docs/.observablehq/cache",
"build:mem": "NODE_OPTIONS=--max_old_space_size=4096 && npm run build",
"build": "rimraf dist && observable build",
"dev:mem": "NODE_OPTIONS=--max_old_space_size=4096 npm run dev",
"dev:mem": "NODE_OPTIONS=--max_old_space_size=4096 && npm run dev",
"dev": "observable preview",
"deploy": "observable deploy",
"observable": "observable"
Expand Down

0 comments on commit 709944d

Please sign in to comment.