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 e99088c commit 9f90bdbCopy full SHA for 9f90bdb
package.json
@@ -176,6 +176,8 @@
176
"jest --config integration-tests/jest.config.json --env=jsdom",
177
"lint": "npm run lint:app && npm run lint:embed",
178
"lint:app": "eslint src/app",
179
+ "integrations:start":
180
+ "docker run -v $(pwd):/app/ -it codesandbox/test yarn start:test",
181
"typecheck": "flow check",
182
"lint:embed": "eslint src/embed",
183
"add-contributor": "all-contributors add",
0 commit comments