Skip to content

Commit

Permalink
back to start
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Mar 17, 2022
1 parent c9376f9 commit 0160377
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ jobs:

env:
CI: true
NODE_OPTIONS: --max-old-space-size=1536
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "npx eslint index.js test/*.js",
"lintfix": "npx eslint --fix index.js test/*.js",
"postinstall": "npx -p nearley nearleyc src/bind-grammar.ne -o grammar.js",
"test": "NODE_OPTIONS=--max-old-space-size=4096 npx mocha --exit"
"test": "npx mocha"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 0160377

Please sign in to comment.