Skip to content

Commit f83bdeb

Browse files
test: ensure empty build before empty test
1 parent 979c507 commit f83bdeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"ascMain": "assembly/index.ts",
77
"types": "assembly/index.ts",
88
"scripts": {
9-
"pretest": "npm run asbuild:empty",
109
"test": "asp --verbose --nologo && npm run test:empty",
10+
"pretest:empty": "npm run asbuild:empty",
1111
"test:empty": "diff build/empty.wat assembly/__tests__/empty.wat",
1212
"test:ci": "asp --summary && npm run test:empty",
1313
"asbuild:untouched": "asc assembly/index.ts --target debug",

0 commit comments

Comments
 (0)