Skip to content

Commit 9fe1668

Browse files
authored
Merge pull request #153 from thefrontside/install-build-cypress-with-bash
don't use && as it is parsed as arg in covector
2 parents e322eae + 0518a83 commit 9fe1668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.changes/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"dependencies": [
3434
"@simulacrum/auth0-simulator"
3535
],
36-
"prepublish": "npm install && npm run build"
36+
"prepublish": ["npm install", "npm run build"]
3737
},
3838
"@simulacrum-examples/nextjs-with-auth0-react": {
3939
"path": "./examples/nextjs-with-auth0-react",

0 commit comments

Comments
 (0)