Skip to content

Commit

Permalink
clean up build run-script logic, remove pages/ from .npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnbot committed Jun 29, 2018
1 parent a008e25 commit b61e03c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion lib/octicons_react/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@
.eslint*
.gitignore
.next
pages
script
src
7 changes: 3 additions & 4 deletions lib/octicons_react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@
"test": "jest",
"start": "NODE_ENV=production next",
"lint": "eslint src script",
"prebuild": "script/build.js",
"build": "npm -s run rollup",
"preversion": "npm -s run build",
"publish": "../../script/notify success",
"prepare": "script/build.js && npm -s run rollup",
"prepublishOnly": "../../script/notify pending",
"preversion": "npm -s run prepare",
"publish": "../../script/notify success",
"rollup": "rollup -c"
},
"keywords": [
Expand Down

0 comments on commit b61e03c

Please sign in to comment.