Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Merge pull request #15 from akameco/pr/remove-watch
Browse files Browse the repository at this point in the history
Remove build:watch script
  • Loading branch information
akameco committed Oct 3, 2017
2 parents 5665089 + 5fb2924 commit e8547f1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 10 deletions.
3 changes: 1 addition & 2 deletions packages/babel-plugin-s2s-action-creater/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
},
"scripts": {
"prepare": "npm run build",
"build": "babel src -d lib --ignore *.test.js",
"build:watch": "npm run build -- --watch"
"build": "babel src -d lib --ignore *.test.js"
},
"main": "lib/index.js",
"files": ["lib"],
Expand Down
3 changes: 1 addition & 2 deletions packages/babel-plugin-s2s-action-root/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
},
"scripts": {
"prepare": "npm run build",
"build": "babel src -d lib --ignore *.test.js,__fixtures__",
"build:watch": "npm run build -- --watch"
"build": "babel src -d lib --ignore *.test.js,__fixtures__"
},
"main": "lib/index.js",
"files": ["lib"],
Expand Down
3 changes: 1 addition & 2 deletions packages/babel-plugin-s2s-action-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
},
"scripts": {
"prepare": "npm run build",
"build": "babel src -d lib --ignore *.test.js",
"build:watch": "npm run build -- --watch"
"build": "babel src -d lib --ignore *.test.js"
},
"main": "lib/index.js",
"files": ["lib"],
Expand Down
3 changes: 1 addition & 2 deletions packages/babel-plugin-s2s-reducer-root/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
},
"scripts": {
"prepare": "npm run build",
"build": "babel src --ignore *.test.js -d lib ",
"build:watch": "npm run build -- --watch"
"build": "babel src --ignore *.test.js -d lib "
},
"main": "lib/index.js",
"files": ["lib"],
Expand Down
3 changes: 1 addition & 2 deletions packages/babel-plugin-s2s-state-root/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
},
"scripts": {
"prepare": "npm run build",
"build": "babel src --ignore *.test.js -d lib ",
"build:watch": "npm run build -- --watch"
"build": "babel src --ignore *.test.js -d lib "
},
"main": "lib/index.js",
"files": ["lib"],
Expand Down

0 comments on commit e8547f1

Please sign in to comment.