Skip to content

Commit

Permalink
re-arrange test scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
trusktr committed May 27, 2023
1 parent 69833f7 commit b77ed4b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@
"langium:watch": "langium generate --watch",
"format:all": "prettier --write .",
"wat2wasm": "wat2wasm generated/poc1.wat -o generated/poc1.wasm",
"test": "./bin/cli compile examples/basic/poc1.ts && npm run wat2wasm && node test/test.mjs && echo 'Tests passed!'"
"test": "npm run test:compile && npm run test:node && echo 'Tests passed!'",
"test:compile": "./bin/cli compile examples/basic/poc1.ts && npm run wat2wasm",
"test:node": "node tests/node/test.mjs"
},
"dependencies": {
"chalk": "^4.1.2",
Expand Down
File renamed without changes.

0 comments on commit b77ed4b

Please sign in to comment.