Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
saulshanabrook committed Aug 22, 2019
1 parent 3e4009f commit a39a8af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -6,7 +6,7 @@
],
"scripts": {
"build": "tsc --build dataregistry dataregistry-extension && jlpm workspace @jupyterlab/dataregistry-extension run generateSchema",
"build:dev": "jlpm install && && jlpm clean jlpm run build && jlpm run link",
"build:dev": "jlpm install && jlpm clean jlpm run build && jlpm run link",
"clean": "jlpm workspace @jupyterlab/dataregistry run clean && jlpm workspace @jupyterlab/dataregistry-extension run clean",
"build:watch": "tsc --build --watch dataregistry dataregistry-extension",
"link": "jupyter labextension link dataregistry --no-build && jupyter labextension link dataregistry-extension",
Expand Down

0 comments on commit a39a8af

Please sign in to comment.