Skip to content

Commit f8acb37

Browse files
authored
chore: use cross-env (#7)
1 parent 4ce9454 commit f8acb37

File tree

2 files changed

+47
-2
lines changed

2 files changed

+47
-2
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"typings": "lib/index.d.ts",
77
"scripts": {
88
"test": "jest --env node",
9-
"test:match-resource": "INLINE_MATCH_RESOURCE=true jest --env node",
9+
"test:match-resource": "cross-env INLINE_MATCH_RESOURCE=true jest --env node",
1010
"lint": "eslint lib test --fix",
1111
"build": "webpack --config example/webpack.config.js --hide-modules",
1212
"dev": "webpack-dev-server --config example/webpack.config.js --inline --hot",
@@ -63,6 +63,7 @@
6363
"babel-preset-env": "^1.6.1",
6464
"cache-loader": "^2.0.1",
6565
"conventional-changelog-cli": "^1.3.22",
66+
"cross-env": "^7.0.3",
6667
"css-loader": "^1.0.0",
6768
"eslint": "^4.19.0",
6869
"eslint-plugin-vue-libs": "^2.1.0",

pnpm-lock.yaml

+45-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)