Skip to content
This repository was archived by the owner on Mar 2, 2025. It is now read-only.

Commit 08c79d7

Browse files
n4bb12sharkdp
authored andcommitted
Fix travis failures
1 parent e319dfb commit 08c79d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"start": "npm run setup && run-p server browserify:watch",
2626
"browserify:watch": "pulp -w browserify --skip-entry-point -m Insect --standalone Insect -O -t insect.js",
2727
"browserify": "pulp browserify --skip-entry-point -m Insect --standalone Insect -O -t insect.js",
28-
"build": "pulp build -m Insect",
29-
"prepack": "npm run setup && npm run build",
28+
"build": "npm run setup && pulp build -m Insect",
29+
"prepack": "npm run build",
3030
"server": "live-server web --open",
3131
"test": "pulp test"
3232
},

0 commit comments

Comments
 (0)