Skip to content

Commit

Permalink
fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
svenefftinge committed Dec 19, 2018
1 parent 19ef121 commit 3edcf06
Show file tree
Hide file tree
Showing 6 changed files with 524 additions and 1,894 deletions.
5 changes: 0 additions & 5 deletions .gitpod

This file was deleted.

5 changes: 5 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
ports:
- port: 8080
tasks:
- init: yarn
command: yarn start
4 changes: 2 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.0.2",
"private": true,
"scripts": {
"build": "webpack",
"watch": "webpack --watch",
"build": "webpack --mode development",
"watch": "webpack --watch --mode development",
"start": "webpack-dev-server --host 0.0.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lerna": "3.6.0",
"lerna": "2.11.0",
"version": "0.0.2",
"useWorkspaces": true,
"npmClient": "yarn",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"build": "lerna run build",
"watch": "lerna run watch",
"start": "lerna run start",
"publish:latest": "lerna publish --registry=https://registry.npmjs.org/ --exact",
"publish:next": "lerna publish --registry=https://registry.npmjs.org/ --exact --canary --npm-tag=next --no-git-tag-version --no-push --yes"
"publish:latest": "lerna publish --registry=https://registry.npmjs.org/ --exact --skip-git",
"publish:next": "lerna publish --registry=https://registry.npmjs.org/ --exact --canary=next --npm-tag=next --skip-git --yes"
},
"devDependencies": {
"lerna": "3.6.0",
"lerna": "2.11.0",
"typescript": "^3.2.2"
},
"workspaces": [
Expand Down
Loading

0 comments on commit 3edcf06

Please sign in to comment.