Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ZxBing0066 committed Dec 4, 2019
1 parent da18882 commit 7ceac44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
- name: Run build
run: npm build
- name: Run build lib
run: npm build:lib
run: npm run build:lib
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"homepage": "https://github.com/rapiop/rapiop#readme",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"test": "echo \"Error: no test specified\" && exit 0",
"start": "NODE_ENV=development webpack-dev-server",
"build": "rm -rf build/ && NODE_ENV=production webpack",
"build:lib": "rm -rf lib/ && babel src/ -d lib/ -x \".js\",\".ts\" --source-maps",
Expand Down

0 comments on commit 7ceac44

Please sign in to comment.