Skip to content

Commit

Permalink
Remove yarn's lock file and update build script
Browse files Browse the repository at this point in the history
  • Loading branch information
kwltrs committed Jan 4, 2017
1 parent 5dda262 commit 6089676
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3,090 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTE.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Legacy Ubuntu-basert virtuell utviklerplatform:

`$ sudo apt-get install -y build-essential`

Du vil så klart også trenge Node, yarn og NPM installert.
Du vil så klart også trenge Node og NPM installert.

## Tidligere releaseprosedyrer

Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash -e

main() {
yarn install
npm install
npm run compile

rm -rf target/
Expand Down
Loading

0 comments on commit 6089676

Please sign in to comment.