Skip to content

Commit

Permalink
New lifecycle scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Yomguithereal committed Mar 11, 2021
1 parent f5e1f79 commit c036de0
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
25 changes: 25 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@
"main": "./dist/index.js",
"module": "./dist/index.es.js",
"scripts": {
"build": "rollup -c",
"build": "npm run clean && rollup -c",
"clean": "rimraf dist",
"demo": "node run.js",
"prepublish": "npm run build",
"prepublishOnly": "npm run build",
"prettier": "prettier --write './**/*.js' './**/*.jsx'",
"test": "mocha -R spec --require @babel/register ./test/endpoint.js"
},
Expand Down Expand Up @@ -46,6 +48,7 @@
"neo-blessed": "^0.2.0",
"prettier": "^2.2.1",
"react-devtools-core": "4.10.1",
"rimraf": "^3.0.2",
"rollup": "^2.38.5",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
Expand Down

0 comments on commit c036de0

Please sign in to comment.