Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
60a20410
Commit
60a20410
authored
Jan 12, 2017
by
bergquist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tech(build): yarn install should use --pure-lockfile
parent
915b1efa
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
Makefile
+1
-1
README.md
+1
-1
appveyor.yml
+1
-1
docs/sources/project/building_from_source.md
+1
-1
scripts/circle-test.sh
+1
-1
No files found.
Makefile
View file @
60a20410
...
...
@@ -4,7 +4,7 @@ deps-go:
go run build.go setup
deps-js
:
yarn install
yarn install
--pure-lockfile
deps
:
deps-go deps-js
...
...
README.md
View file @
60a20410
...
...
@@ -115,7 +115,7 @@ npm (v2.5.0) and grunt (v0.4.5). Run the following:
```
bash
npm install
-g
yarn
yarn install
yarn install
--pure-lockfile
npm run build
```
...
...
appveyor.yml
View file @
60a20410
...
...
@@ -12,7 +12,7 @@ install:
# install nodejs and npm
-
ps
:
Install-Product node $env:nodejs_version
-
npm install -g yarn
-
yarn install
-
yarn install
--pure-lockfile
-
npm install -g grunt-cli
# install gcc (needed for sqlite3)
-
choco install -y --limit-output mingw
...
...
docs/sources/project/building_from_source.md
View file @
60a20410
...
...
@@ -41,7 +41,7 @@ npm (v2.5.0) and grunt (v0.4.5). Run the following:
```
npm install -g yarn
yarn install
yarn install
--pure-lockfile
npm install -g grunt-cli
grunt
```
...
...
scripts/circle-test.sh
View file @
60a20410
...
...
@@ -14,7 +14,7 @@ cd /home/ubuntu/.go_workspace/src/github.com/grafana/grafana
rm
-rf
node_modules
npm install
-g
yarn
yarn install
yarn install
--pure-lockfile
exit_if_fail npm
test
exit_if_fail npm run coveralls
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment