npm/ide-docs: move npm packaging to separate directory

This makes a clean separation between the packaging and the docs.
This commit is contained in:
David Lechner
2021-11-19 19:30:57 -06:00
parent fee122cf33
commit 9d8531a85b
7 changed files with 18 additions and 6 deletions
+1 -1
View File
@@ -4,5 +4,5 @@ exclude = .venv/,*.pyi
max-line-length = 88
[doc8]
ignore-path = .venv/,doc/main/build/,pybricks.egg-info/
ignore-path = .venv/,doc/main/build/,doc/api/build/,pybricks.egg-info/,npm/
max-line-length = 88