8000
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 8414706 commit 33c0315Copy full SHA for 33c0315
package.json
@@ -5,7 +5,7 @@
5
"main": "lib/index.js",
6
"scripts": {
7
"test": "node_modules/.bin/mocha --require @babel/register test/.setup.js --recursive test",
8
- "test:all": "run-s compile dist test test-dist test-lib",
+ "test:all": "run-s build test test-dist test-lib",
9
"test-dist": "TEST_SUBJECT=dist node_modules/.bin/mocha --require @babel/register test/.setup.js --recursive test",
10
"test-lib": "TEST_SUBJECT=lib node_modules/.bin/mocha --require @babel/register test/.setup.js --recursive test",
11
"prebuild": "node_modules/.bin/babel src --out-dir lib --copy-files ",
0 commit comments