We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 979c507 commit f83bdebCopy full SHA for f83bdeb
package.json
@@ -6,8 +6,8 @@
6
"ascMain": "assembly/index.ts",
7
"types": "assembly/index.ts",
8
"scripts": {
9
- "pretest": "npm run asbuild:empty",
10
"test": "asp --verbose --nologo && npm run test:empty",
+ "pretest:empty": "npm run asbuild:empty",
11
"test:empty": "diff build/empty.wat assembly/__tests__/empty.wat",
12
"test:ci": "asp --summary && npm run test:empty",
13
"asbuild:untouched": "asc assembly/index.ts --target debug",
0 commit comments