We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3400987 + 0aacd2c commit 4c62478Copy full SHA for 4c62478
README.md
@@ -16,7 +16,7 @@ Prerequisites:
16
* sbt 0.13
17
* python 2.7
18
* PyYAML
19
-* npm 4.6 (with npmrc)
+* npm 4.6
20
* jekyll 3.2
21
* pygments.rb
22
* jekyll-sass-converter
frontend/build.sh
@@ -16,17 +16,6 @@
function prepare_environment() {
- echo "** Preparing Environment **"
- # this returns an error unless it's run for the first time on a machine
- # we know about it and want to continue anyway
- npmrc -c codilime || test 1
23
- npmrc codilime
24
-
25
- export NPM_REGISTRY_URL="https://registry.npmjs.org"
26
- npm set registry $NPM_REGISTRY_URL
27
28
- npm install webpack
29
- npm install npmrc
30
npm install
31
}
32
0 commit comments