Skip to content

Commit

Permalink
fix(deployment): remove yarn lock
Browse files Browse the repository at this point in the history
  • Loading branch information
jethrokuan committed Apr 13, 2019
1 parent f686754 commit 3a3fcba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3,805 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"build": "npm run build:npm && npm run build:dist",
"build:npm": "babel source --presets babel-preset-latest --out-dir distribution",
"build:dist": "webpack",
"watch": "yarn run build",
"watch": "npm run build",
"test": "echo 'doing nothing'",
"lint": "eslint source",
"docs": "jsdoc source/*.js -d ./docs/",
Expand Down
Loading

0 comments on commit 3a3fcba

Please sign in to comment.