We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d04afdc commit 63a1bd6Copy full SHA for 63a1bd6
.travis.yml
@@ -10,6 +10,7 @@ node_js:
10
install:
11
- npm install
12
- npm install -g codecov
13
+ - npm run test:install
14
15
stages:
16
- test
package.json
@@ -13,10 +13,10 @@
"scripts": {
"test": "jest",
"test:clear-cache": "jest --clearCache",
+ "test:install": "node test/install.js && node playground/install.js",
17
"pg:dev": "node playground/build.js --dev",
18
"pg:build": "node playground/build.js",
- "prepublishOnly": "npm run test",
19
- "postinstall": "node test/install.js && node playground/install.js"
+ "prepublishOnly": "npm run test"
20
},
21
"husky": {
22
"hooks": {
0 commit comments