Commit dfcf68f2 by Torkel Ödegaard

Moved npm install before test

parent d89c77af
......@@ -70,7 +70,6 @@ func main() {
case "test":
test("./pkg/...")
grunt("test")
case "latest":
version += "-" + getGitSha()
......
......@@ -9,17 +9,16 @@ build:
steps:
# Workspace
- setup-go-workspace
- npm-install
- script:
name: build setup
code: |
go run build.go setup
# Build the project
- script:
name: build
name: go build
code: |
go run build.go clean test build
# frontend
- npm-install
# create packages
- script:
name: create packages
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment