Skip to content
This repository has been archived by the owner on Jan 28, 2020. It is now read-only.

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
deptno committed Apr 17, 2018
1 parent 33ff37f commit 8354fd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dynamon-fe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"scripts": {
"dev": "yarn build:editor && parcel index.html --no-autoinstall",
"build:editor": "parcel build ../../node_modules/monaco-editor/esm/vs/editor/editor.worker.js",
"build": "yarn build:editor && jparcel build index.html --public-url ./ --out-dir ../dynamon/client"
"build": "yarn build:editor && parcel build index.html --public-url ./ --out-dir ../dynamon/client"
},
"dependencies": {
"@blueprintjs/core": "^2.0.1",
Expand Down

0 comments on commit 8354fd5

Please sign in to comment.