Skip to content

Commit

Permalink
Populate component cache first
Browse files Browse the repository at this point in the history
  • Loading branch information
bergie committed Aug 28, 2020
1 parent 971eacc commit 521fef4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@
spec/result.xml
spec/runner.html
noflo-runtime-base.entry.js
fbp.json
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
],
"scripts": {
"lint": "eslint src",
"build": "webpack --config ./webpack.config.js",
"build": "noflo-cache-preheat && webpack --config ./webpack.config.js",
"pretest": "npm run lint && npm run build",
"test:nodejs": "nyc mocha --require spec/utils/inject.js spec/*.js",
"test:browser": "karma start node_modules/noflo-webpack-config/karma.config.js",
Expand Down

0 comments on commit 521fef4

Please sign in to comment.