Skip to content

Commit

Permalink
Remove unused setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
Taeir committed Jul 25, 2023
1 parent f5e3e7b commit f733695
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"watch:sass": "sass src:dist --style=compressed --watch",
"watch:ts": "tsc-bundle tsconfig.json --watch",
"watch:docs": "npx @11ty/eleventy --serve --incremental",
"setup": "npm run -s css_symlink && npm run -s js_symlink",
"build": "npm run -s css_build && npm run -s js_build && npm run -s docs_build",
"dev": "npm-run-all --parallel watch:sass watch:ts watch:docs"
},
Expand Down

0 comments on commit f733695

Please sign in to comment.