Skip to content

Commit 7f94b3b

Browse files
committed
move examples/ out
1 parent fc8ec71 commit 7f94b3b

24 files changed

+4
-7
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

package.json

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,10 @@
1616
"build": "tsc",
1717
"build:watch": "tsc --watch",
1818
"test:node": "node --test",
19-
"test:lang:tests": "test-runner snapshot 'node ./lib/main.js run' 'docs/tests/**/*.scm' --exclude 'docs/tests/**/*.error.scm'",
20-
"test:lang:examples": "test-runner snapshot 'node ./lib/main.js run' 'docs/examples/**/*.scm' --exclude 'docs/examples/**/*.error.scm'",
21-
"test:lang:tests-error": "test-runner snapshot-error 'node ./lib/main.js run' 'docs/tests/**/*.error.scm'",
22-
"test:lang:examples-error": "test-runner snapshot-error 'node ./lib/main.js run' 'docs/examples/**/*.error.scm'",
23-
"test:lang": "npm run test:lang:tests && npm run test:lang:tests-error && npm run test:lang:examples && npm run test:lang:examples-error",
24-
"test": "npm run test:node && npm run test:lang",
25-
"format": "prettier src docs --write"
19+
"test:lang": "test-runner snapshot 'node ./lib/main.js run' 'examples/**/*.scm' --exclude 'examples/**/*.error.scm'",
20+
"test:lang:error": "test-runner snapshot-error 'node ./lib/main.js run' 'examples/**/*.error.scm'",
21+
"test": "npm run test:node && npm run test:lang && npm run test:lang:error",
22+
"format": "prettier src --write"
2623
},
2724
"dependencies": {
2825
"@cicada-lang/framework": "^0.2.0",

0 commit comments

Comments
 (0)