Skip to content

Commit

Permalink
v8.5.3 (#1458)
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelgomesxyz authored Sep 8, 2019
1 parent 6914c93 commit 373078c
Show file tree
Hide file tree
Showing 7 changed files with 8,665 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: 'Checkout dev'
uses: actions/checkout@v1
- name: 'Install dependencies'
run: cd ./browser && npm install
run: cd ./browser && npm ci
- name: 'Run dev build'
run: cd ./browser && npm run build-dev
- name: 'Generate pre-release'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: 'Checkout master'
uses: actions/checkout@v1
- name: 'Install dependencies'
run: cd ./browser && npm install
run: cd ./browser && npm ci
- name: 'Run build'
run: cd ./browser && npm run build
- name: 'Generate release'
Expand Down
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.vscode
build/
dist/
node_modules/
package-lock.json
node_modules/
7 changes: 0 additions & 7 deletions browser/.babelrc
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
{
"env": {
"production": {
"presets": [
"minify"
]
}
},
"presets": [
"@babel/preset-env"
],
Expand Down
Loading

0 comments on commit 373078c

Please sign in to comment.