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 b7c4e76 commit 703ef76Copy full SHA for 703ef76
package.json
@@ -23,7 +23,7 @@
23
"lint:fix": "yarn lint --write",
24
"test": "yarn test:ts && yarn test:babel && yarn test:dts",
25
"test:ts": "jest",
26
- "test:babel": "BABEL_TEST=1 jest",
+ "test:babel": "cross-env BABEL_TEST=1 jest",
27
"test:dts": "tsc -p ./test-dts",
28
"docs:dev": "vuepress dev docs",
29
"docs:build": "vuepress build docs",
@@ -62,6 +62,7 @@
62
"babel-jest": "^26.3.0",
63
"babel-loader": "^8.1.0",
64
"conventional-changelog-cli": "^2.1.0",
65
+ "cross-env": "^7.0.3",
66
"css-loader": "^4.2.1",
67
"jest": "^26.4.2",
68
"prettier": "^2.0.5",
0 commit comments