Skip to content

Commit 4c62478

Browse files
author
jaroslaw-osmanski
authored
Merge pull request #31 from deepsense-ai/remove-npmrc
Remove npmrc
2 parents 3400987 + 0aacd2c commit 4c62478

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Prerequisites:
1616
* sbt 0.13
1717
* python 2.7
1818
* PyYAML
19-
* npm 4.6 (with npmrc)
19+
* npm 4.6
2020
* jekyll 3.2
2121
* pygments.rb
2222
* jekyll-sass-converter

Diff for: frontend/build.sh

-11
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,6 @@
1616

1717

1818
function prepare_environment() {
19-
echo "** Preparing Environment **"
20-
# this returns an error unless it's run for the first time on a machine
21-
# we know about it and want to continue anyway
22-
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
3019
npm install
3120
}
3221

0 commit comments

Comments
 (0)