8000 fixes yarn commands · dasveloper/react-sortablejs@5305c6b · GitHub
[go: up one dir, main page]

Skip to content

Commit 5305c6b

Browse files
author
Wayne Van Son
committed
fixes yarn commands
1 parent cab96ba commit 5305c6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
"local-types"
1616
],
1717
"scripts": {
18-
"start": "parcel examples/index.html --open --out-dir .server ",
18+
"start": "parcel examples/index.html --out-dir .server ",
1919
"build": " rollup --config config/rollup.config.js",
2020
"watch": "parcel watch src/index.ts",
2121
"examples": "parcel build examples/index.html --out-dir docs",
2222
"examples:static": "ts-node examples/scripts/build-examples.tsx && parcel build examples/scripts/index.html --out-dir docs",
23-
"test": "yarn testcafe --speed 0.5 chrome ./tests/index.ts "
23+
"test": "yarn testcafe --app \"yarn start\" --speed 0.5 chrome ./tests/index.ts "
2424
},
2525
"peerDependencies": {
2626
"react": "^16.9.0",

0 commit comments

Comments
 (0)
0