Skip to content

Commit

Permalink
Restoring package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgperry committed Jul 24, 2023
1 parent 81b3748 commit f97a9d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/framer-motion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"build": "yarn clean && tsc -p . && rollup -c && node ./scripts/check-bundle.js",
"dev": "yarn watch",
"clean": "rm -rf types dist lib",
"test": "",
"test": "yarn test-server && yarn test-client",
"test-ci": "yarn test",
"test-client": "jest --config jest.config.json --max-workers=2",
"test-server": "jest --config jest.config.ssr.json ",
Expand All @@ -53,15 +53,15 @@
"test-projection": "yarn run collect-projection-tests && start-server-and-test 'pushd ../../; python -m SimpleHTTPServer; popd' http://0.0.0.0:8000 'cypress run -s cypress/integration/projection.chrome.ts --config baseUrl=http://localhost:8000/'",
"test-e2e-chrome": "start-server-and-test start-dev-server http://localhost:9990 'cypress run --headless --browser chrome --spec \"cypress/integration/layout-relative.chrome.ts\"'",
"test-e2e-electron": "start-server-and-test start-dev-server http://localhost:9990 'cypress run --headless --config ignoreTestFiles=*.chrome.ts'",
"test-e2e": "",
"test-e2e": "yarn test-appear && yarn test-projection && yarn test-e2e-electron",
"test-e2e-file": "start-server-and-test start-dev-server http://localhost:9990 'cypress run --headless --spec \"cypress/integration/while-in-view.ts\"'",
"collect-appear-tests": "node ../../dev/optimized-appear/collect-appear-tests.js",
"collect-projection-tests": "node ../../dev/projection/collect-projection-tests.js",
"prettier": "prettier ./src/* --write",
"watch": "concurrently -c blue,red -n tsc,rollup --kill-others \"tsc --watch -p . --preserveWatchOutput\" \"rollup --config --watch --no-watch.clearScreen\"",
"prepack": "yarn build",
"postpublish": "git push --tags",
"measure": "",
"measure": "rollup -c ./rollup.size.config.js && webpack --config webpack.size.config.js && bundlesize",
"start-dev-server": "webpack serve --config ../../dev/webpack/config.js --hot"
},
"dependencies": {
Expand Down

0 comments on commit f97a9d4

Please sign in to comment.