Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
vip-git committed Aug 17, 2023
1 parent 47dcc5a commit 8863f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"build": "rollup -c",
"build:demo": "cross-env NODE_ENV=production webpack --config webpack.config.demo.js",
"generate:tests": "node scripts/generator/index.js --testsOnly",
"test": "node scripts/test.js --env=jsdom --config=jest.config.js --coverage",
"test": "node --experimental-vm-modules --max-old-space-size=4096 node_modules/.bin/jest --env=jsdom --config=jest.config.js --coverage --updateSnapshot --detectOpenHandles --forceExit",
"lint": "eslint src --fix",
"test:watch": "node scripts/test.js --env=jsdom --config=jest.config.js",
"heroku-postbuild": "npm run build:demo",
Expand Down

1 comment on commit 8863f1b

@vercel
Copy link

@vercel vercel bot commented on 8863f1b Aug 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

react-jsonschema-form-material-ui – ./

react-jsonschema-form-material-ui-github56.vercel.app
react-jsonschema-form-material-ui-git-main-github56.vercel.app

Please sign in to comment.