mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-10 19:56:54 +03:00
Build packages after installing
This commit is contained in:
parent
18910522f0
commit
e4ce71385f
|
@ -10,7 +10,8 @@
|
|||
"test": "NODE_ENV=test mocha --compilers js:babel-core/register --recursive",
|
||||
"test:watch": "NODE_ENV=test mocha --compilers js:babel-core/register --recursive --watch",
|
||||
"test:cov": "babel-node ./node_modules/.bin/isparta cover ./node_modules/.bin/_mocha -- --recursive",
|
||||
"prepublish": "npm run lint && npm run test && npm run clean && npm run build"
|
||||
"postinstall": "npm run build",
|
||||
"prepublishOnly": "npm run lint && npm run test && npm run clean && npm run build"
|
||||
},
|
||||
"files": [
|
||||
"lib",
|
||||
|
|
|
@ -10,7 +10,8 @@
|
|||
"test": "cross-env NODE_ENV=test mocha --compilers js:babel-core/register --recursive",
|
||||
"test:watch": "cross-env NODE_ENV=test mocha --compilers js:babel-core/register --recursive --watch",
|
||||
"test:cov": "babel-node ./node_modules/.bin/isparta cover ./node_modules/.bin/_mocha -- --recursive",
|
||||
"prepublish": "npm run lint && npm run test && npm run clean && npm run build"
|
||||
"postinstall": "npm run build",
|
||||
"prepublishOnly": "npm run lint && npm run test && npm run clean && npm run build"
|
||||
},
|
||||
"files": [
|
||||
"lib",
|
||||
|
|
Loading…
Reference in New Issue
Block a user