Skip to content

Commit

Permalink
windows workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 committed Jul 29, 2022
1 parent cb1042f commit f469155
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 30 deletions.
28 changes: 0 additions & 28 deletions package-lock.json

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

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"build": "node ./build.js",
"serve": "node ./build.js && http-server ./dist --open",
"start": "npm run develop",
"test": "cross-env c8 node --experimental-loader ./test-jsx-loader.js \"$(yarn bin mocha)\"",
"test": "c8 node --experimental-loader ./test-jsx-loader.js ./node_modules/.bin/mocha",
"test:tdd": "npm run test -- --watch",
"dist": "rollup -c rollup.config.js",
"prepublishOnly": "npm run clean && npm run dist",
Expand All @@ -46,7 +46,6 @@
"c8": "^7.11.2",
"chai": "^4.3.6",
"concurrently": "^7.1.0",
"cross-env": "^7.0.3",
"eslint": "^8.14.0",
"http-server": "^14.1.0",
"jsdom": "^19.0.0",
Expand Down

0 comments on commit f469155

Please sign in to comment.