Skip to content

Commit

Permalink
minor: remove the go-bindata action of the workflow config
Browse files Browse the repository at this point in the history
  • Loading branch information
jinrenjie committed Nov 2, 2023
1 parent bd2eea8 commit 17471f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ jobs:
- uses: actions/setup-node@master
- name: Build assets
run: sudo apt-get install -y nodejs && cd web && npm install && npm run build
- name: Install Go Bindata
run: cd ../ && go install github.com/go-bindata/go-bindata/v3/go-bindata@latest
- name: Packaging assets
run: |
export PATH=$PATH:$(go env GOPATH)/bin
go-bindata -pkg web -o web/bindata.go web/dist/...
- name: Build ECTS application
run: |
GO111MODULE=on go mod download
Expand Down
8 changes: 4 additions & 4 deletions web/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "web",
"version": "0.1.0",
"version": "0.6.1",
"private": true,
"scripts": {
"serve": "NODE_OPTIONS=--openssl-legacy-provider vue-cli-service serve",
"build": "NODE_OPTIONS=--openssl-legacy-provider vue-cli-service build",
"lint": "NODE_OPTIONS=--openssl-legacy-provider vue-cli-service lint",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
},
Expand Down

0 comments on commit 17471f5

Please sign in to comment.